/* Variables */

/* Mixins */
.list-race-warp .flex {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-race-warp .flex:first-child {
  margin-top: 0;
}
.list-race-warp .flex .el-tag {
  margin-top: 2px;
}
.list-race-warp .flex .el-tag:first-child {
  margin-top: 0;
}
.list-race-warp .title {
  margin-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 28px;
}
.list-race-warp .tag-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.race-form-warp .race-item {
  margin-top: 10px;
}
.race-form-warp .race-item:first-child {
  margin-top: 0;
}
.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload:hover {
  border-color: #20a0ff;
}
.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 250px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.avatar {
  width: 250px;
  height: 145px;
  display: block;
}
.el-table .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-containerp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.filter-position .el-select .el-tag {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-position .el-select__tags-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dialog-tag-manage .el-form-item--medium .el-form-item__label {
  line-height: 28px;
}
.dialog-tag-manage .el-form-item--medium .el-form-item__content {
  line-height: 28px;
}
.dialog-tag-manage .el-table--small td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.dialog-tag-manage .el-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  height: 62px;
}
.dialog-tag-manage .el-form-item .el-date-editor {
  width: 240px;
  padding-right: 0;
}
.dialog-tag-manage .el-form-item .el-range-input {
  width: 80px;
}
.dialog-tag-manage .el-form-item .el-range__close-icon {
  display: none;
}
.dialog-tag-manage .el-form-item .el-range-separator {
  padding: 0;
}
/* Variables */
[data-v-be620842]:export {
  menuBg: #304156;
  menuText: #bfcbd9;
  menuActiveText: #409EFF;
}

/* Mixins */
.dangerBtn[data-v-be620842] {
  color: red;
}
.dangerBtn[data-v-be620842]:focus, .dangerBtn[data-v-be620842]:hover {
  color: red;
  border-color: transparent;
  background-color: transparent;
}
