* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width:1200px) {
    html {
        font-size: 11px !important;
    }
}

@media only screen and (min-width: 1201px) and (max-width:1440px) {
    html {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 1441px)and (max-width:1535px) {
    html {
        font-size: 13px !important;
    }
}

@media only screen and (min-width: 1535)and (max-width:1700px) {
    html {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 1701px)and (max-width:1800px) {
    html {
        font-size: 15px !important;
    }
}

@media only screen and (min-width: 1801px)and (max-width:1920px) {
    html {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 1921px)and (max-width:2200px) {
    html {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 2200px) {
    html {
        font-size: 16px !important;
    }
}


/* @media only screen and (min-width: 2500px) {
    html {
        font-size: 17px !important;
    }
} */

html,
body {
    height: 100%;
}

body {
    background: #F3F3F3;
    min-width: 1200px;
}

.el-table--enable-row-hover .el-table__body tr:hover>td {
    background-color: #edf4ff !important;
}

[v-cloak] {
    display: none;
}

.el-header {
    padding: 0 0 !important;
}

.el-menu {
    text-align: left;
}

.pull-right {
    float: right;
}

.el-aside {
    position: fixed;
    width: 6.9rem;
    top: 0px;
    left: -2px;
    background: url(../images/leftBg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    bottom: 0px;
}

.el-aside a {
    color: #fff;
    font-size: 1.13rem;
    vertical-align: middle;
}

.userHeader {
    width: 3.1rem;
    height: 3.1rem;
    display: block;
    margin: 0.8rem auto 0.26rem auto;
}

.el-main {
    margin: 4.38rem 0 0 8.88rem;
    padding: 0 !important;
    margin-bottom: 0px;
}

.el-header {
    position: fixed;
    top: 0;
    left: 8.88rem;
    right: 0;
}

.el-menu {
    border-right: 0px !important;
}

.menuimg {
    width: 1.38rem;
    margin-right: 0.3rem;
    vertical-align: middle;
    margin-top: -2px;
}

.el-menu-item.is-active {
    color: #25299E;
    background: #fff;
}

.secondMenu .el-menu-item.is-active {
    color: #ffffff !important;
    background: #4285F3;
    text-align: center;
    border-radius: 2px 2px;
}

.el-menu-item.is-active a {
    color: #4285F3;
}

.el-menu-item:focus,
.el-menu-item:hover {
    outline: 0;
    background-color: #fff
}

.el-menu-item:hover a {
    color: #4285F3;
}

.secondMenu {
    text-align: left;
}

.secondMenu>ul {
    display: inline-block;
    width: 10rem;
    background: #fff !important;
    text-align: center;
    padding: 0 .63rem;
    overflow-y: auto;
}

.secondMenu .content {
    display: inline-block;
    width: calc(100% - 12rem);
    vertical-align: top;
    /* margin-left: .5rem; */
    height: calc(100% - 0.5rem);
    position: absolute;
    overflow: auto;
    background: #fff;
    border-top: 0.5rem solid #f3f3f3;
    border-left: 0.5rem solid #f3f3f3;
}

.el-container {
    position: relative;
    height: 100%;
}

.app-main,
.secondMenu,
.el-menu {
    position: relative;
    height: 100%;
}

.el-submenu__title {
    font-size: 1.13rem !important;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 1.56rem;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 2rem !important;
}

.el-menu-item.is-active {
    color: #25299E !important;
    font-size: 1.13rem;
}

.titleLeft {
    width: 11.2rem;
    display: inline-block;
    margin-top: .75rem;
    text-align: center;
    font-size: 1.13rem;
    height: 2.56rem;
    line-height: 2.56rem;
    color: #333333;
    position: relative;
	cursor: pointer;
}
.titleLeft:hover{    color: #4285F3;}
.titleLeft::after {
    position: absolute;
    content: " ";
    width: 1px;
    height: 1.7rem;
    right: 0;
    background-color: #C9C9C9;
    top: .5rem;
}

.el-submenu .el-menu-item {
    padding: 0 20px !important;
    min-width: auto !important;
    height: 2.56rem !important;
    line-height: 2.56rem !important;
    text-align: center;
}

.el-submenu.is-active .el-submenu__title {
    color: #333;
    text-align: left;
    padding-left: 2rem !important;
}

.el-submenu__icon-arrow {
    font-size: 1.13px !important;
    left: .42rem;
    right: auto !important;
    font-weight: bolder !important;
}

.el-menu-item {
    font-size: 1rem !important;
}

.titleRight {
    font-size: 1.13rem;
    height: 2.56rem;
    line-height: 2.56rem;
    color: #333333 !important;
    margin-right: 3.63rem;
}

.el-dropdown {
    color: #333333 !important;
}

.titleRight .el-dropdown {
    font-size: 1.13rem;
    margin-top: .75rem;
    cursor: pointer;
}

.header {
    width: 2.38rem;
    height: 2.47rem;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: .5rem;
}

.help {
    font-size: 1.13rem;
    color: #333;
    margin-right: 2rem;
    cursor: pointer;
}

.help img {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .3rem;
    margin-top: 5px;
}

.naveTitle {
    margin-left: 2.4rem;
    font-size: 1rem;
    color: #333;
}

.el-input {
    width: auto !important;
    height: auto !important;
}

.searchDiv {
    background: #fff;
    padding-bottom: 1rem;
}

.itemSearch {
    padding-left: 2rem;
    margin-top: 1rem;
    font-size: 1rem;
    /* display: flex;
    align-items: center; */
}

.itemSearch label {
    display: inline-block;
    margin-left: .4rem;
    white-space: nowrap;
}

.itemSearch label:first-child {
    margin-left: 0rem;
}

.searchDiv .el-input__inner {
	    padding: 0 5px;
    /* width: 13.88rem;
    height: 2.5rem;
    background: rgba(216, 216, 216, 0);
    border-radius: 2px;
    font-size: 1rem; */
}


/*按钮*/

.btn,
.btn1,
.btn2 {
    vertical-align: middle;
    padding: 0 1rem 0 2.5rem;
    cursor: pointer;
    margin-left: .5rem;
    height: 2.44rem;
    line-height: 2.44rem;
    font-size: 1rem;
    outline: none;
    color: #333333;
    border: none;
    border-radius: 2px 2px;
    white-space: nowrap;
}

.resetBtn {
    background: #fff url(../images/icon-reset1.png) no-repeat;
    background-position: .75rem center;
    background-size: 1.06rem 1.06rem;
    color: #4285F3;
    border: 1px solid #4285F3;
    border-radius: 2px;
}

.resetBtn:hover {
    background-color: #fbfbfb;
}

.searchBtn {
    background: #4285F3 url(../images/search.png) no-repeat;
    background-position: .75rem center;
    background-size: 1.06rem 1.13rem;
    color: #fff;
    border: 1px solid #4285F3;
    border-radius: 2px;
}

.searchBtn:hover {
    background-color: #3070d8;
}

.importantBtn {
    background: #fff url(../images/importantBtn.png) no-repeat;
    background-position: .75rem center;
    background-size: 1.31rem 1.31rem;
    color: #333333;
    border: 0.06rem solid #c9c9c9;
    border-radius: 2px;
}

.importantBtnActive {
    background: #4285F3 url(../images/importantBtnWhite.png) no-repeat;
    background-position: .75rem center;
    background-size: 1.31rem 1.31rem;
    color: #fff;
}

.importantDownLoad {
    background: #fff url(../images/importantDownload.png) no-repeat;
    background-position: .75rem center;
    background-size: 1.31rem 1.31rem;
    color: #333333;
    border-radius: 2px;
    border: 0.06rem solid #c9c9c9;
}

.exportBtn {
    background: #4285F3 url(../images/exportBtnWhite.png) no-repeat;
    background-position: .75rem center;
    background-size: 1.31rem 1.31rem;
    color: #fff;
    border: 0.06rem solid #c9c9c9;
    border-radius: 2px;
    border: none;
}

.exportBtn:hover {
    background-color: #3070d8;
}

.exportBtnBlue {
    width: 5.06rem;
    background: #1E61CE url(../images/exportBtnWhite.png) no-repeat;
    background-position: .7rem center;
    background-size: 1rem 1rem;
    margin-left: 2rem;
    height: 2.06rem;
    color: #fff;
    padding-left: 2rem;
    margin-top: 0;
}

.exportBtnActive {
    background: #4285F3 url(../images/exportBtnWhite.png) no-repeat;
    background-position: .75rem center;
    background-size: 1.31rem 1.31rem;
    color: #fff;
    border: 0.06rem solid 4285F3;
}

.exportBtnActive:hover,
.printBtnActive:hover,
.highSearch:hover {
    background-color: #3070d8;
}

.printBtnActive {
    background: #4285F3 url(../images/printBtnWhite.png) no-repeat;
    background-position: .75rem center;
    background-size: 1.31rem 1.31rem;
    color: #fff;
    border: 0.06rem solid #4285F3;
}

.saveBtnActive {
    background: #4285F3 url(../images/saveWhite.png) no-repeat;
    background-position: .75rem center;
    background-size: 1.31rem 1.31rem;
    color: #fff;
}

.highSearch {
    background: #4285F3 url(../images/highSearch.png) no-repeat;
    background-position: .75rem center;
    background-size: 1.31rem 1.31rem;
    color: #fff;
	    margin-top: .3rem;
}

.addBtn {
    background: #4285F3 url(../images/addBtn.png) no-repeat;
    background-position: .75rem center;
    background-size: 1.51rem 1.51rem;
    color: #fff;
    border: 0.06rem solid #4285F3;
}

.addBtn:hover {
    background-color: #3070d8;
}

.cancel {
    width: 9rem;
    height: 3rem;
    border: 1px solid rgba(151, 151, 151, 1) !important;
    color: #C9C9C9;
    font-size: 1rem !important;
    border-radius: 2px;
}

.cancel1 {
    width: 6.38rem;
    height: 2.44rem;
    line-height: 2.13rem !important;
    border: 1px solid rgba(151, 151, 151, 1) !important;
    color: #C9C9C9;
    font-size: 1rem !important;
    padding: 0 0 !important;
    border-radius: 2px !important;
}

.el-time-panel__footer .cancel {
    border: none !important;
    width: 3rem;
    line-height: 20px;
    padding: 0 5px;
    margin: 0 5px;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    font-size: 12px !important;
    color: #303133;
    height: 2rem;
}

.el-button:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    opacity: 1 !important;
    color: inherit !important;
    border-color: inherit !important;
}

.el-button:focus {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    opacity: 1 !important;
    color: #fff !important;
    border: none !important;
}

button:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    opacity: 1 !important;
}

button:focus {
    outline: none !important
}

.deleteBtn,
.avoidBtn,
.seeBtn,
.warning {
    min-width: 3.75rem;
    height: 1.81rem;
    color: #fff !important;
    font-size: .9rem;
    border: none;
    border-radius: 2px 2px;
    outline: none;
    cursor: pointer;
    margin-left: .5rem !important;
    border: none !important;
    padding: 0 10px;
}

.deleteBtn {
    background: #D0021B;
}

.deleteBtn:hover {
    background: #b10117;
}

.avoidBtn {
    background: #F5A623 !important;
}

.avoidBtn:hover {
    background: #ea9c1a !important;
}

.seeBtn {
    background: #4285F3;
}

.seeBtn:hover {
    background: #3070d8;
}

.warning {
    background: #F5A623 !important;
}

.edit {
    line-height: 0;
    min-width: 5.5rem;
    padding-left: 2.2rem;
    color: rgba(255, 255, 255, 1);
    border: 2px solid#4285F3;
    text-align: center !important;
    font-size: 1rem !important;
    background: #4285F3 url(../images/icon-edit.png) no-repeat 0.6rem /1.2rem;
}

.deleteBig {
    line-height: 0;
    width: 5.5rem;
    padding-left: 2.2rem;
    color: rgba(255, 255, 255, 1);
    border: 2px solid#D0021B;
    background: #D0021B url(../images/icon-delete.png) no-repeat 0.63rem /1rem;
}


/*弹框的取消和确认*/

.cancelPopBtn {
    background: #fff url(../settingImg/cancel.png) no-repeat;
    background-position: .75rem center;
    background-size: 1.31rem 1.31rem;
    color: #4285F3;
    border: 0.06rem solid #4285F3;
    height: 2.44rem !important;
    border-radius: 2px;
    width: 7.13rem !important;
    font-size: 1.19rem;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center !important;
    padding-left: 2.5rem !important;
    cursor: pointer;
}

.addPopBtn {
    background: #4285F3 url(../settingImg/ascertain.png) no-repeat;
    background-position: .75rem center;
    background-size: 1.31rem 1.31rem;
    font-size: 1.19rem;
    color: #fff;
    width: 7.13rem !important;
    height: 2.44rem !important;
    font-weight: bold;
    letter-spacing: 5px;
    border: 0.06rem solid #4285F3;
    text-align: center !important;
    padding-left: 2.5rem !important;
    cursor: pointer;
}

.savePopBtn {
    background: #4285F3 url(../images/saveWhite.png) no-repeat;
    background-position: .75rem center;
    background-size: 1.31rem 1.31rem;
    font-size: 1.19rem;
    color: #fff;
    width: 7.13rem !important;
    height: 2.44rem !important;
    font-weight: bold;
    letter-spacing: 5px;
    border: 0.06rem solid #4285F3;
    text-align: center !important;
    padding-left: 2.5rem !important;
    cursor: pointer;
}

.dialog-footer {
    display: block;
    text-align: center
}

.dialog-footer .cancelPopBtn {
    margin-right: 2rem !important;
}

.el-tabs--border-card {
    border: none !important;
    margin-top: 5px;
}

.el-tabs--border-card>.el-tabs__header {
    background-color: #F7F8FA !important;
}

.el-tabs__nav .el-tabs__item {
    border-top: 0.25rem solid #F7F8FA !important;
    font-size: 1rem;
}

.el-tabs__nav .el-tabs__item:after {
    position: absolute;
    right: 0px;
    content: "";
    top: 5px;
    width: 2px;
    bottom: 7px;
    border-right: 0.06rem solid rgba(207, 203, 203, 1) !important;
}

.el-tabs__nav .el-tabs__item:last-child:after {
    border-right: none !important;
}

.el-tabs__nav .is-active {
    /* border-right: none !important; */
    border-top: 0.25rem solid #4285F3 !important;
    outline: 0.5px solid #fff !important;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active,
.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
    color: #4285F3 !important;
    border-top: 0.25rem solid #4285F3 !important;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item {
    color: #333 !important;
}

.tabimg {
    width: 1.19rem;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: .5rem;
}

.el-table td,
.el-table th.is-leaf {
    /* border-bottom: 1px solid #DCDCDC !important; */
}

.el-table--border td,
.el-table--border th,
.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
    /* border-right: .01rem solid #c9c9c9 !important; */
    padding: 3px 0 !important;
    height: 45px;
}

.el-table--border,
.el-table--group {
    border: 1px solid #DCDCDC !important;
}

td,
th {
    text-align: center !important;
    color: #333;
}

.el-table th {
    font-size: 0.9rem;
    padding: 10px 0 !important;
}

.el-tabs--border-card>.el-tabs__content {
    padding: 0px !important;
}

.addOrder .el-input {
    width: 34.69rem !important;
}

.addOrder .el-select>.el-input {
    width: 100% !important;
}

.el-form-item__label {
    color: #333333 !important;
    font-size: 1rem !important;
}

.el-button--primary {
    color: #FFF;
    background-color: #4285F3 !important;
    border-color: #4285F3 !important;
    font-size: 1.15rem !important;
    width: 9rem;
    height: 3rem;
    background: rgba(87, 123, 232, 1);
    border-radius: 2px !important;
}

.el-message-box__btns .el-button--default {
    width: 7rem;
    height: 2.44rem;
    font-size: .9rem !important;
}

.el-button--default:hover {
    opacity: .5 !important;
    transition: 0.5s !important;
    -webkit-transition: 0.5s;
    /*color: #409EFF !important;*/
    /* border: none !important; */
    outline: 0;
    /*background-color: #fff !important;*/
}

.el-button--text:hover {
    opacity: .5 !important;
    transition: 0.5s !important;
    -webkit-transition: 0.5s;
    /*color: #409EFF !important;*/
    border: none !important;
    background-color: none !important;
}

.el-message-box__btns .el-button--primary {
    color: #FFF !important;
    background-color: #4285F3 !important;
    border-color: #4285F3 !important;
    font-size: .9rem !important;
    width: 7rem;
    height: 2.44rem;
    background: rgba(87, 123, 232, 1);
    border-radius: 2px !important;
}

.el-button--primary1 {
    color: #FFF;
    background-color: #4285F3 !important;
    border-color: #4285F3 !important;
    font-size: 1rem !important;
    width: 6.38rem;
    height: 2.44rem;
    line-height: 2.13rem !important;
    background: rgba(87, 123, 232, 1);
    border-radius: 2px !important;
    padding: 0 0 !important;
}

.el-input__inner {
    height: 2.44rem !important;
    line-height: 2.44rem !important;
    border-radius: 0px !important;
}

.el-form-item {
    margin-bottom: 1rem !important;
}

.textCenter {
    text-align: center;
}

.el-pagination {
    text-align: right;
    margin-bottom: 8px;
}

.el-pagination__sizes {
    width: 100px;
}

.el-pager {
    width: auto !important;
}

.el-pager li.active {
    color: #4285F3 !important;
}

.el-col-15 .el-input {
    width: 100% !important;
}

.el-dialog__header {
    text-align: left;
    font-size: 1.13rem;
    padding: 9px 0 7px 20px !important;
    background: #4285F3;
    color: #fff;
    min-height: 2.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.el-dialog__body {
    padding: 0 20px !important;
	max-height: 550px;
	overflow: auto;
}

th {
    background: #F7F8FA !important;
}

.el-input__prefix {
    left: auto !important;
    right: 5px;
}

.btngrouptitle {
    color: #333333;
    font-size: 1.13rem;
    font-weight: bold;
    height: 3rem;
    line-height: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background: #fff;
    padding-top: .5rem;
    border-top: 0.5rem solid #F3F3F3;
}

.btn1 {
    float: right;
    height: 2.15rem;
    line-height: 2.15rem;
    font-size: 1rem;
    border-radius: 2px;
}

.btn2 {
    height: 2.06rem;
    line-height: 2.06rem;
    font-size: 1rem;
    border-radius: 2px;
}

.tableDiv {
    padding: 0 2rem;
}


/*分页*/

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: #fff !important;
    border: 1px solid #DCDCDC !important;
    color: #333 !important;
    min-width: 30px;
    border-radius: 2px !important;
    height: 2rem;
    line-height: 2rem;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #4285F3 !important;
    color: #FFF !important;
}

.el-pager,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev {
    padding: 0 5px !important;
}

.el-icon-close:before {
    /* color: #fff;
    font-size: 1.5rem;
    font-weight: bold; */
}

#eadd .dropdown {
    width: 35rem;
    display: inline-block;
}


/*搜索框*/

.v-select.searchable .dropdown-toggle {
    cursor: text;
    border: 1px solid #C9C9C9;
    border-radius: 2px;
    height: 38px;
    overflow: auto;
    font-size: 1rem;
}

.v-select .vs__selected-options {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 2px;
    position: relative;
}

.vs--searchable {
    display: inline-block;
    border: 1px solid #C9C9C9;
    height: 2.5rem;
    width: 35rem;
    position: relative;
}

.vs__actions {
    position: absolute;
    right: 7px;
    top: 8px;
}

.v-select input[type=search],
.v-select input[type=search]:focus {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.42857143;
    font-size: 1em;
    display: inline-block;
    border: 1px solid transparent;
    border-left: none;
    outline: none;
    margin: 4px 0 0;
    padding: 0 7px;
    max-width: 100%;
    background: none;
    box-shadow: none;
    flex-grow: 1;
    width: 0;
    height: 2rem;
}

.vs--searchable ul {
    width: 100%;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, .26);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
    border-top: none;
    border-radius: 2px;
    text-align: left;
    list-style: none;
    background: #fff;
}

.vs--searchable ul li {
    list-style: none;
}

.el-table .cell,
.el-table--border td:first-child .cell,
.el-table--border th:first-child .cell {
    /* padding-left: 10px; */
    text-align: center;
    color: #000;
}

.el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #fff !important;
}

.el-dialog__header .el-dialog__headerbtn {
    top: 15px !important;
}

.el-message-box__header .el-message-box__headerbtn {
    top: 10px !important;
}

.el-date-editor .el-range__icon,
.el-input__suffix-inner .el-icon-arrow-up {
    /* position: absolute;
    right: 5px;
    font-size: 20px!important; */
    /* line-height: 2.5rem !important; */
}

.el-input__suffix-inner .el-icon-arrow-up {
    /* line-height: 28px!important; */
}


/*排序图标*/

.el-table .caret-wrapper {
    height: 24px !important;
}

.el-table .sort-caret.ascending {
    border-bottom-color: #C0C4CC;
    top: 1px !important;
}

.el-table .sort-caret.descending {
    border-top-color: #C0C4CC;
    bottom: 1px !important;
}

.el-message-box__header {
    background-color: #4285F3;
    color: #fff;
}

.el-message-box__header .el-message-box__title {
    color: #fff;
}

.el-message-box {
    border: none !important;
}

.text-right {
    text-align: right !important;
}

.footer,.footer1 {
    height: 5.2rem;
    background: #ffffff;
    box-shadow: 0px -8px 18px 0px rgba(194, 194, 194, 0.28);
    text-align: center;
    /* padding-top: 2rem; */
    position: fixed;
    height: auto !important;
    left: 20.7rem;
    right: .3rem;
    padding: 1rem;
    z-index: 999;
    bottom: 0px;
}
.footer1{left: 32.4rem;right: .6rem;}
.el-menu-item-group__title {
    padding: 7px 0 0px 20px !important;
}

.el-select,
.el-input {
    height: 2.44rem !important;
    line-height: 2.44rem !important;
    border-radius: 0px !important;
    border: 1px solid #C9C9C9 !important;
    /* vertical-align: middle; */
}

.el-pagination__sizes .el-select,
.el-pagination__sizes .el-input,
.el-pagination__sizes .el-input__inner,
.el-pagination__jump .el-input {
    height: 1.8rem !important;
    line-height: 1.8rem !important;
    border-radius: 2px 2px !important;
}

.el-pagination__jump .el-input__inner {
    height: 1.5rem !important;
    line-height: 2rem !important;
}

.el-select .el-input,
.el-input .el-input__inner {
    border: 0px solid #C9C9C9 !important;
	font-size: .9rem;
}

.el-input-group__append,
.el-input-group__prepend {
    border: none !important;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    height: 2rem !important;
    line-height: 2rem !important;
}

.m-l-1 {
    margin-left: 1rem;
}

.m-l-2 {
    margin-left: 2rem;
}

.m-t-1 {
    margin-top: 1rem;
}

.m-t-2 {
    margin-top: 2rem;
}

.viewer-in {
    z-index: 2200 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.pull-left {
    float: left;
}

.el-button--text {
    outline: none;
}

.el-button--text:focus,
.el-button--text:hover {
    outline: none;
}

.second-toolbar a {
    display: none;
}

.el-input__icon {
    font-size: 20px;
    line-height: 100% !important;
}

.fr-wrapper a:first-child {
    display: none !important;
}

.setFroala p[data-f-id='pbf'] {
    display: none !important;
}


/*远程搜素框显示下拉箭头*/


 .remoteSelect .el-input__icon:after {
    content: "\E6E1";
    font-size: 14px!important;
	width: auto!important;
}

.remoteSelect .el-input__icon {
    font-size: 14px!important;
    line-height: 2.5rem !important;
} 
 .remoteSelect .is-focus   .el-select__caret{
    transform: rotateZ(0)!important;
}

/**分页样式*/

.confirm {
    background-color: #4285F3 !important;
    color: #fff !important;
    margin-left: 10px !important;
    border-radius: 2px 2px !important;
    height: 2rem !important;
}

.confirm:hover {
    opacity: .5 !important;
    transition: 0.5s !important;
    -webkit-transition: 0.5s;
    color: #fff !important;
    border: none !important;
}

.page .el-select {
    height: 2rem !important;
    line-height: 2rem !important;
    border-radius: 2px 2px;
}

.page .el-select .el-input,
.page .el-input .el-input__inner {
    height: calc(2rem - 2px) !important;
    line-height: calc(2rem - 2px) !important;
	width: 9rem!important;
}

.el-checkbox.is-bordered {
    border-radius: 2px 2px !important;
    border: 1px solid #C9C9C9 !important;
    height: calc(2rem + 2px) !important;
    padding: 0px 20px 0px 10px !important;
    line-height: 2rem !important;
}

.m-r-4 {
    margin-right: 8rem;
}

.el-table--enable-row-hover .el-table__body tr:hover>td {
    background-color: #edf4ff !important;
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
    background-color: #edf4ff !important;
}

.fixSubTitle {
    position: fixed;
    z-index: 1;
    right: 2.13rem;
    background: #fff;
    left: 21.25rem;
    top: 8.3rem;
}


/**日历右侧的删除按钮*/

.el-date-editor--date .el-input__suffix {
    right: 25px !important;
}


/*新增全局样式*/

.mt2 {
    margin-top: 2rem;
}

.el-input--suffix .el-input__icon {
    height: unset;
	margin-top: 5px;
}

.el-date-editor .el-range-separator {
    height: unset !important;
}


/*el-message-box*/

.el-message-box /deep/ .el-button:hover {
    border-color: #ccc !important;
}


/* page */

.el-pagination__jump {
    margin-left: 10px !important;
}


/*日期*/

.el-picker-panel__sidebar {
    /* width: 60px !important; */
}

.el-dialog__headerbtn .el-dialog__close,
.el-message-box__headerbtn .el-message-box__close {
    color: #fff !important;
}


/*图片预览*/

.el-image-viewer__wrapper {
    z-index: 3000 !important;
}


/**/

.el-input-group__append {
    line-height: 20px;
}

.el-input-group--append .el-input__inner {
    background: unset;
}

.td-cell-left .cell {
    text-align: left !important;
    /* background-color: thistle; */
}


/*设置区划的树状结构样式*/

.el-tree-node .el-tree-node .el-tree-node .el-tree-node .el-tree-node .el-icon-caret-right:before {
    content: '';
}

.el-tree-node .el-checkbox,
.el-tree-node .el-tree-node .el-checkbox {
    display: none;
}

.maxtree .el-tree-node .el-checkbox,
.maxtree .el-tree-node .el-tree-node .el-checkbox {
    display: inline-block;
}

.el-tree-node .el-tree-node .el-tree-node .el-checkbox,
.el-tree-node .el-tree-node .el-tree-node .el-tree-node .el-checkbox,
.el-tree-node .el-tree-node .el-tree-node .el-tree-node .el-tree-node .el-checkbox {
    display: inline-block;
}
.el-input--prefix .el-input__inner{padding-left: 10px!important;}
.el-date-editor--daterange.el-input, .el-date-editor--daterange.el-input__inner, .el-date-editor--timerange.el-input, .el-date-editor--timerange.el-input__inner {
    width: 15rem!important;
}
.el-range-editor.el-input__inner {padding: 3px 5px!important;border: 1px solid #C9C9C9;    height: calc(2.44rem + 2px)!important;}
.el-date-editor .el-range-input, .el-date-editor .el-range-separator{font-size: .9rem;}
.demo-ruleForm{padding:0 0 2.5rem 0;}
.el-dialog__title{font-size: 1rem!important;}
.verify-row{ background: rgba(255, 0, 0, 0.06) !important;}