.el-breadcrumb {
  font-size: 16px !important;
  margin-bottom: 20px;
}
.el-input {
  margin: 5px;
  width: 350px;
}
.el-table {
  margin-top: 15px;
}
.el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.el-date-picker {
  width: 300px;
}
.el-select__tags {
  margin: 0 10px;
}
.el-select {
  width: 310px;
}
.time {
  width: 250px !important;
}

.chart-container {
    background-color: #fff;
    padding: 30px 20px 20px 20px;
    margin-top:50px;
}
.container_title {
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.block {
  margin-top: 15px;
  margin-bottom: 15px;
  position: absolute;
  right: 40px;
}
.btn_create {
  margin: 20px 0 10px 5px!important;
}
.input-with-select {
  margin: 10px 0 10px 5px!important;
}
.btn-editor {
  margin-right: 10px;
}
.mini-pic {
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  /*height: 30px;*/
  background: no-repeat center center;

}
.big-pic {
  vertical-align: middle;
  width: 400px;
  /*height: 300px;*/
  background: no-repeat center center;
}
.mini-pic-img {
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 30px;
  background: no-repeat center center;

}
.big-pic-img {
  vertical-align: middle;
  width: 400px;
  height: 300px;
  background: no-repeat center center;
}
.cell {
  text-align: center;
  max-height: 92px;
}
.searchInput {
  margin-top: 30px;
}
.has-gutter>tr {
  background-color: #f5f7fa !important;
}
.delP {
  padding: 10px 15px;
}
.copy-url{
  display:block;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
  cursor: pointer;
  color: #409EFF;
}
/*面包屑导航字体颜色*/
.el-breadcrumb__inner {
  color:#FFFFFF !important;
}
/*页面背景改色*/
.content-wrapper {
  background-color: rgb(242,242,242) !important;
}
/*.btn-prev .btn-net .el-pager>li {
  background-color: rgb(242,242,242) !important;
}*/
/*面包屑导航*/
.bady-top {
  height: 64px;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 87.6%;
  background-color: #545c64;
  z-index: 1000; 

}
/*面包屑位置*/
.el-breadcrumb {
  /*padding: 23px 0 20px 50px;*/
  /*float: left;*/
  position: fixed;
  top: 25px;
  left: 15%;
  z-index: 1001;
}

.el-submenu__title {
  font-size: 16px !important;
}
.form{
    margin: 30px 0;
    &:hover{
      box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
      border-radius: 6px;
      transition: all 400ms;
    }
  }
