
.mainContent .tabs+div{
  height: calc( 100% - 79px)

}
.leftList {
  position: fixed;
  left: 0;
  width: 200px;
  z-index: 10;
  padding-top: 60px;
  top: 0;
  overflow: hidden;
  background-color: #fff;
  transition: all .15s ease-out;
  color: rgba(38, 47, 64, 0.7);
}
.rightList {
  height: 100%;
  width: calc( 100% - 14px);
  min-width:1200px;
  background-color:#F9FAFC;
  transition: all .15s ease-out;

}
.rightList .rightList_card {
  height: 100%;
  overflow: auto;
}
.rightList .hideHeader> .el-card__header + .el-card__body{
  height: 100%!important;
}
.rightList .rightList_card> .el-card__header + .el-card__body{
  height: calc( 100% - 50px );
  padding:0 50px 70px 50px!important;
  overflow-y: auto;
}
.rightList .rightList_card>  .el-card__body{
}

.rightList .rightList_card ::-webkit-scrollbar {/*滚动条整体样式*/
  width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
}
.rightList .rightList_card ::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #fff;
}
.rightList .rightList_card ::-webkit-scrollbar-track {/*滚动条里面轨道*/
  background: #eee;
}
.rightList .rightList_card::-webkit-scrollbar{
  background-color: #f3f3f3;
  border-radius: 3px;
  height: 6px;
  width: 6px;
}
.rightList .rightList_card::-webkit-scrollbar-thumb {
  background-color:#c0c4cc;
  border-radius:3px;
  height:6px;
  width:6px;
}
.hideHeader:focus-within{

  padding: 0!important;
}
.rightList .hideHeader> .el-card__header {
  display: none;
}

.rightList .rightList_card> .el-card__header  {
  font-size: 18px;
  color: #333;
  font-weight:400;
  padding: 12.5px 0 12.5px 25px!important;
}
.rightList .rightList_card .item_title+.el-row .el-form-item  {
  margin:0 0 30px 0!important;
}

/*此处空是label宽度，带*一排只能显示7个字  */
.rightList .rightList_card .item_title+.el-row  .el-form-item__label{
  padding: 0 5px 0 70px;
}
.rightList .rightList_card .item_title+.el-row .el-dialog .el-form-item__label{
  padding: 0;
}
/*整体按钮样式--start*/
.leftList .leftList_top .fa-rotate-180 {
  padding: 0 0 2px 15px;
}
.leftList .leftList_top i {
  padding: 2px 15px  0 0;
  font-size: 20px;
}
.leftList .leftList_top > div,
.leftList .leftList_bottom > div div {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

/*整体按钮样式--end*/

/*回退按钮\操作按钮\取消按钮样式---start*/
.leftList .leftList_top .left_top--back,
.leftList .leftList_top .left_top--operation,
.leftList .leftList_bottom .leftList_bottom--cancel div {
  background: #fff;
  border: 1px solid #dcdfe6;
  cursor: pointer;
}

.leftList .leftList_top .left_top--back:hover,
.leftList .leftList_top .left_top--operation:hover,
.leftList .leftList_bottom .leftList_bottom--cancel div:hover {
  color: #409EFF;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}

.leftList .leftList_top .left_top--back:active,
.leftList .leftList_top .left_top--operation:active,
.leftList .leftList_bottom .leftList_bottom--cancel div:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
  outline: 0;
}

/*回退按钮\操作按钮\取消按钮样式---end*/

/*删除按钮---start*/
.leftList .leftList_bottom .leftList_bottom--del div {
  color: #fff;
  background-color: #f56c6c;
  border-color: #f56c6c;
  cursor: pointer;
  margin-bottom: 3px;
}
.leftList .leftList_bottom .leftList_bottom--del div:hover {
  background: #f78989;
  border-color: #f78989;
  color: #fff;
}

.leftList .leftList_bottom .leftList_bottom--del div:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #fff;
}
/*删除按钮---end*/

/*保存按钮组样式 ---start*/
.leftList .leftList_bottom .leftList_bottom--save {
  margin-bottom: 20px;
}

.leftList .leftList_bottom .leftList_bottom--save div {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
  cursor: pointer;
  margin-bottom: 3px;
}

.leftList .leftList_bottom .leftList_bottom--save div:hover {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #fff;
}

.leftList .leftList_bottom .leftList_bottom--save div:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #fff;
}

/*保存按钮组样式 ---end*/

/*标题样式--start*/
.leftList .leftList_top .left_top--title {
  background-color: #212943;
  color: rgb(191, 203, 217);
  height: 45px;
  font-size: 16px;
}

/*标题样式--end*/

/*底部按钮样式--start*/
.leftList .leftList_bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.leftList .leftList_bottom button {
  width: 100%;
}

/*底部按钮样式--end*/
/*编辑按钮--start*/

.leftList .leftList_top .left_top--operation .el-switch__label{
  margin:0;
  position: absolute;
  z-index:1;
  color: #fff;
  font-size:12px;
}
.leftList .leftList_top .left_top--operation .operation_edit{
  font-size: 14px;
}
.leftList .leftList_top .left_top--operation .el-switch__label--right{
  right: 5px;
}
.leftList .leftList_top .left_top--operation .el-switch__label--left{
  left: 5px;
}
/*编辑按钮--end*/
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.Right .rightListBottom{
  text-align: center;
  position: fixed;
  line-height: 72px;
  bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  left: 217px;
  z-index: 9;
  height: 72px;
  right: 17px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.rightList_card  .isHomeTitle{
  padding: 0 5px;
}
.Right  .rightListBottom button{
  border-radius: 4px!important;
  font-size: 14px!important;
  width: 120px!important;
  padding: 8px 0px!important;
}
.Right  .rightListBottom button:not(:first-child) {
  margin-left: 20px!important;
}

.Right  .el-card__body  .el-tabs__header{
  margin-top: 20px!important;
}
/*弹出窗最大高度*/
.el-popover-max-height{
  max-height:450px;
  overflow-y:auto;
}
.el-popover-max-height200{
  max-height:450px;
  overflow-y:auto;
}
/*减少输入框右侧padding 值*/
.hidePaddingRight .el-input__inner{
  padding-right: 2px!important;
}
