body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 12px !important;
    font-family: 'Microsoft YaHei', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif !important;
    background-color: #F5F5F5;
    line-height: normal !important;
}


html {
    height: 100%;
    box-sizing: border-box;
}

label {
    font-weight: 700;
}

* {
    padding: 0;
    margin: 0;
}

.wrapper {
    height: 100%;
}

a {
    text-decoration: none;
}

.menu {
    height: 100%;
}

.content {
    padding: 20px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.no-padding {
    padding: 0px !important;
}

.padding-content {
    padding: 4px 0;
}

a:focus,
a:active {
    outline: none;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

div:focus {
    outline: none;
}

.pr-5 {
    padding-right: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.block {
    display: block;
}

.pointer {
    cursor: pointer;
}

.inlineBlock {
    display: block;
}
.clearfix :after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
.text-center {
    text-align: center
}

#wrapper {
    width: 100%;
    height: 100%;
    padding-left: 0;
    overflow: hidden;
    position: absolute;
}

.full-container {
    width:100%;
    height:100%;
}


/******************************* tab页 *********************************/
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.tab-content > .active {
    display: block !important;
}
.tab-content > .tab-pane {
    display: none;
}

/******************************* 模态框 *********************************/
.cover-page {
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.pop-window {
    width: 30%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
}

.window {
    width: 334px;
    height: 300px;
    box-shadow: 0px 0px 10px #e8e8e8;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 4px;
    z-index: 9999999;
    display: none;
}

.win-header {
    height: 38px;
    width: 100%;
    border-bottom: 1px solid #dddee2;
    background:#dddee2;
}

.win-body {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}

.win-body iframe {
    width: 100%;
    height: 100%;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.win-sys-btns {
    height: 100%;
    padding: 2px 5px;
    font-size: 14px;
    float: right;
    line-height: 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
#closeWin{
    float:right;
    width:40px;
    text-align: center;
    background: url(style/images/close.png) no-repeat center;
    cursor: pointer;
}
#closeWin:hover{
    color:red;
}
/*.el-dialog__header{*/
/*    padding: 10px 20px 10px;*/
/*    height: 40px;*/
/*    !*background: #4786C3;*!*/
/*}*/
/*.el-dialog__headerbtn{*/
/*    top:10px !important;*/
/*}*/
/*.el-dialog__title,.el-dialog__headerbtn .el-dialog__close, .el-dialog__headerbtn .el-dialog__close:hover{*/
/*    color: white !important;*/
/*}*/
.el-icon-full-screen{
    display: none !important;
}
.el-popper{z-index: 77838 ! important;}
.textarea-wd .el-input{width: 38%;}
/*有的下拉框被avue覆盖了，重新覆盖回来*/
.el-scrollbar__wrap {
    overflow: scroll ! important;
    height: 100% ! important;
}
/*.el-dialog__body{*/
/*    padding: 10px 20px !important;*/
/*}*/
.avue-crud__dialog__menu .el-icon-full-screen{color:white;position:absolute;top:23px;right:48px}
.el-main{
    height:100%
}
.el-message, .el-message--warning, .el-message, .el-message--success {
    top: 60px !important;
}
.el-message-fade-enter-active, .el-message-fade-enter-to, .el-message-fade-leave-active, .el-message-fade-leave-to {
    top: 120px !important;
}
.blocks .el-pagination.is-background .el-pager li:not(.disabled).active{
  background-color: #3167af;
}
.tables .el-table{
    border-left: 1px solid #F5F5F5;
}
.el-table th{

}
#custInfoChat /deep/ .el-input--small input, #custInfoCall /deep/ .el-input--small input {
    height: 23px !important;
    line-height: 23px !important;
    font-size: 13px;
}
#routerViewContainer {
    height: auto;
    padding: 5px !important;
    box-sizing: border-box;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
}
.portal-view {
    padding: 0px !important;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    height: 100%;
}
