/*.el-tabs__nav-wrap::after {*/
/*  height: 1px !important;*/
/*}*/
.el-tabs__nav-wrap::after {
  height: 0px !important;
}
.el-tabs__item{
  padding: 0 38px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #314659;
  position: relative;
  padding-left: 0;

}
.el-tabs__item:last-child {
  margin-right: 0;
}
.tabs_con:last-child {
  margin-right: 0;
}
.el-tabs__active-bar{
  background-color: #1890ff;
  display: block;
  transform: translate3d(0px, 0px, 0px);!important;
  transform: translateX(0px);!important;
  width: 65px;
}
.tabs_con{
      position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 100%;
  margin: 0 32px 0 0;
  padding: 12px 16px;
  text-decoration: none;
  cursor: pointer;
  transition: color .3s cubic-bezier(.645,.045,.355,1);
  font-family: -apple-system;!important;
}
.el-tabs__item.is-active {
  color: #1890ff;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(1200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.el-tab-pane{
  color: #314659;
  -webkit-animation-name: "fadeInLeft";
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
}
.el-tabs__nav{
padding-bottom: 5px;
}
.el-tabs__active-bar{
  width: 59px !important;
}
.avue-draggable__focus{
  opacity: 0;
  position: absolute !important;
  top:0;
  left:0;
  z-index: -1024;
}
/*----手机端*/
.avue-group .van-collapse-item__title {

  padding: 0px 0px;
}