/** 天天科技专属样式【系统主要】  **/
.el-input__count{
  bottom:1px!important;
}

.multiple-select .el-select__tags{
  max-width: 95% !important;
}
.multiple-select-one .el-select__tags{
  max-width: 95% !important;
}
.multiple-select .el-select__tags .el-tag.el-tag--info{
  background-color: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
  max-width: calc(100% - 58px);
}
.multiple-select-one .el-select__tags .el-tag.el-tag--info{
  background-color: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
  max-width: calc(100% - 30px);
}
.multiple-select .el-select__tags .el-tag.el-tag--info:nth-child(1) {
  /* width: calc(100% - 58px); */
}
.multiple-select .el-tag__close.el-icon-close{
  right: 7px;
}
.multiple-select-one .el-tag__close.el-icon-close{
  right: 7px;
}
.multiple-select .el-select__tags .el-tag.el-tag--info:nth-child(1) .el-select__tags-text {
  /* width: calc(100% - 20px); */
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.multiple-select-one .el-select__tags .el-tag.el-tag--info:nth-child(1) .el-select__tags-text {
  /* width: calc(100% - 20px); */
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

/*全局logo*/
/* 客户和供应商选择弹出的样式 */
.el-popover.inputPopover{
  padding: 0;
}
.el-popover.inputPopover .el-table{
  border-radius: 4px !important;
}
.el-popover.inputPopover .el-table th > .cell{
text-align: left;
}
.select-col .el-input__validateIcon{
  display: none;
}
.select-col .el-icon-circle-close{
  display: none;
}
.avue-logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 130px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  z-index: 1024;
}

/* .el-table thead.is-group th{
    background-color: #586b72;
} */

/*全局left*/
.avue-left {
  position: fixed;
  left: 0;
  top: 0;
  width: 130px;
  height: 100%;
  z-index: 2001;
}

/*全局菜单左边差*/
.avue-main {
  position: absolute;
  left: 130px;
  padding: 0;
  padding-bottom: 0px!important;
  width: calc(100% - 200px);
  height: calc(100% - 60px)!important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

/* */
.avue-header {
  padding-left: 130px;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.avue-logo_title img {
  width: 110px;
  margin: 0 auto;
  margin-top: 1rem;
  display: block;
}

.avue-sidebar {
  padding-top: 50px;
}

.avue-sidebar>.scrollWrap>.el-scrollbar__wrap>.el-scrollbar__view>.el-menu>.menu-wrapper>.is-opened>.el-menu.el-menu--inline {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.avue-sidebar>.scrollWrap>.el-scrollbar__wrap>.el-scrollbar__view>.el-menu>.menu-wrapper>.is-opened>.el-menu.el-menu--inline>.el-menu-item .iconfont {
  display: none !important;
}

.top-bar__left .avue-breadcrumb .icon-navicon {
  position: fixed;
  left: 110px;
  z-index: 1111;
  color: #FFF;
  top: -3px;
  font-size: 1rem;
}

.top-bar__left {
  left: 20px;
  width: 50px;
}

.top-bar__left .avue-breadcrumb--active .icon-navicon {
  position: fixed;
  left: 10px;
  z-index: 999;
  color: #000;
  /* top: 76px; */
  top: 30px;
  display: block;
  width: 50px;
  height: 50px;
}

.avue-main {
  position: absolute;
  left: 130px;
  padding: 0;
  padding-bottom: 20px;
  width: calc(100% - 130px);
  height: calc(100% - 70px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.avue-tags {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  padding: 0 20px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: 0 0px 6px 0 #3f55ff;
  box-shadow: none;
  margin-top: -45px;
  z-index: 99;
  position: fixed;
  width: calc(100% - 418px);
  margin-left: 30px;
  padding-left: 0;
}

.moreBtn {
  font-size: 14px;
}

.el-scrollbar {
  padding-top: 0px;
}

/** 全局容器 */
.basic-container .el-card.is-always-shadow .el-card__body {
  padding: 0 !important;
}

.basic-container .el-card.is-always-shadow .el-card__body .avue-crud {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.basic-container {
  padding: 10px !important;
  padding-top: 10px !important;
}
.basic-container .basic-container {
  padding-top: 0 !important;
  /* padding-bottom: 0 !important; */
}

/* tab标签 */
.avue-tags .el-tabs--card>.el-tabs__header .el-tabs__item {
  font-size: 12px;
  font-weight: bold;
  background-color: transparent;
  border: none;
  box-shadow: unset;
}

.avue-tags .el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
  background-color: #ffffff;
  /* color: #1890FF !important; */
  box-shadow: unset;
  height: 32px;
  line-height: 32px;
  padding-right: 16px;
  padding-left: 16px;
  color:#2386EE;
}

.el-card {
  background: transparent;
}

.basic-container .el-card.is-always-shadow .el-card__body .avue-crud {
  background-color: #fff;
}

.el-card .el-tabs__content {
  background-color: #fff;
}

.el-card .el-tabs__header {
  margin-bottom: 0px;
  background-color: #fff;
}

.el-tabs--card>.el-tabs__header .el-tabs__nav {
  border: none;
  height: 40px;
  display: flex;
  align-items: center;
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
  font-weight: 600;
  font-size: 14px;
  background-color: #2386EE;
   color: #F1F1F1;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: none;

}

.el-tabs--card>.el-tabs__header .el-tabs__item {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #ecf5ff;
  /* box-shadow: 6px 0px 10px #ccc; */
}

.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(1) {
  z-index: 10;
}

.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2) {
  z-index: 9;
}

.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(3) {
  z-index: 8;
}

.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(4) {
  z-index: 7;
}

.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(5) {
  z-index: 6;
}

.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(6) {
  z-index: 5;
}

.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(7) {
  z-index: 4;
}

.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(8) {
  z-index: 3;
}

.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(9) {
  z-index: 2;
}


/* button */
/* .el-button--danger {
  background-color: #ff4d6b;
} */

/* input */
.el-input__inner {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  outline: 0;
  padding: 0 10px;
}
.el-textarea__inner {
  padding: 5px 10px;
}

.el-input__inner::placeholder {
  color: #999999;
}

.el-select .el-input__suffix {
  height: calc(100% - 8px);
  top: 4px;
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
}

/* 自定义下拉箭头 */
/* .el-select .el-input .el-input__suffix .el-select__caret {
  line-height: 24px;
  color: #409EFF;
}

.el-select__caret::before,
.el-icon-arrow-up:before {
  content: "\25B2";
} */

.avue-crud__right .el-button {
  /* background-color: #e9edf6; */
}

.avue-crud .avue-crud__left {
  flex: 1;
}

.avue-crud .avue-crud__left .el-button {
  margin-bottom: 0px;
}

.avue-crud .avue-crud__right .el-col {
  margin-bottom: 0px;
}

.avue-crud .avue-crud__left .el-col {
  margin-bottom: 0px;
}

.avue-crud .el-input__inner,
.avue-form .el-input__inner {
  height: 28px !important;
  line-height: 28px;
}

.el-date-editor .el-range-separator {
  padding: 0 5px;
  width: 10%;
  color: #303133;
  line-height: 20px !important;
}

.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 30px;
}

.avue-crud__right .el-row {
  text-align: right;
}

.avue-crud__right .is-justify-end {
  margin-right: 0 !important;
}

.el-form-item__label {
  line-height: 30px;
}

.item-group-button {
  display: inline-block;
  position: relative;
  width: 68px !important;
}

.item-group-button .el-input--suffix .el-input__inner {
  padding-left: 10px;
  line-height: 30px;
  height: 30px;
}

.el-input-number.is-without-controls .el-input__inner {
  padding-left: 10px;
  padding-right: 10px;
}

.has_left .el-tabs__nav-scroll {
  padding-left: 1rem;
}
/* textarea */
/* .el-textarea__inner {} */

/* 表格头 */
.avue-crud__menu {
  padding: 8px 16px;
  margin: unset;
  box-sizing: border-box;
  align-items: self-end;
  padding: 0px !important;
}

.avue-crud__menu .avue-crud__left {
  /* height: 36px; */
  /* display: flex; 修改时通知开发 */
  /* display: flex; */
  /* 修改时通知开发 */
  align-items: center;
}

.avue-crud__menu .avue-crud__right {
  padding-top: 4px;
  position: relative !important;
  margin-bottom:5px
}

.avue-crud__menu .avue-crud__right .searchForm {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* el-radio-button */
.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner {
  background-color: #2386EE;
  color: #fff;
}



/* 表格提示 */
.flex-box-c {
  display: flex;
  align-items: center;
}
.flex-box-c .item {
  margin-right: 5px;
}
.flex-box-c .item:hover {
  cursor: pointer;
}

/* 栅格上下边距 */
.el-col {
  margin-bottom: 1px;
}

.btnContainer{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 16px;
  right: 50px;
}
.btnContainer1{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 2px;
  right: 29px;
  z-index: 10;
}
.history_price{
  min-height: 300px;
}
/* 文字靠右 */
.ttscm-text-right {
  text-align: right;
  display: block;
  flex: 1;
}
/* 文字靠左 */
.ttscm-text-left {
  text-align: left;
  display: block;
  flex: 1;
}

/* 详情名字过长...代替 */
.text-ellipsis {
  width: 100%;
  height: 28px;
  line-height: 28px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}


/* 按钮大小重置 */
.el-button--mini, .el-button--mini.is-round {
  padding: 6px 10px;
}

/* 单元格 */
.cell .el-tag {
  margin: 2px 0;
}


.image-slot{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f5f7fa;
  color: #909399;
  font-size: 14px;
}

.popperClass .el-date-range-picker__content{
 width: 100%;
 padding:0%
 
}

.popperClass .is-right{
  display: none !important;
  
 }
 .popperClass .el-date-range-picker__header{
   display: none !important;
 }

 .uxbeautifyTableClass ::-webkit-scrollbar{
  width: 14px;
  height: 14px;
 }

.uxbeautifyTableClass .singleTable ::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #C1C1C1;
}

.uxbeautifyTableClass .singleTable ::-webkit-scrollbar-track {/*滚动条里面轨道*/
  border-radius: 0;
  background: #F1F1F1;
}

.plTableBox{
  border: 1px solid #EBEEF5;
}

.el-notification.right {
  top: 85% !important;
}

.hideShow {
  border: 1px solid #dcdfe6;
  border-radius: 50%;
  padding: 5px;
  color: #606266a8;
  cursor: pointer;
}