@font-face {
  font-family: "yixinchangyouti";
  src: url("../assets/font/pangmenzhengdao.ttf");
}
@font-face {
  src: url("../assets/font/SideDoorRightTitle.ttf");
  font-family: "PangMenZhengDao";
}
@font-face {
  src: url("../assets/font/MicrosoftYaHei.ttf");
  font-family: "MicrosoftYaHei";
}
.lookfort {
  background: #fff;
}
.lookfort > .el-col {
  margin-bottom: 24px !important;
}
.sdss {
  margin-left: 10px;
  margin-bottom: 0px;
  float: left;
  color: rgba(0, 0, 0, 0.65);
}
.lookfortva {
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  width: 90%;
  float: left;
}
.is-plain:hover,
.is-plain:focus {
  color: #0095ff;
  border-color: #b3dfff !important;
  background-color: #e6f4ff;
}
.text-hover:hover {
  opacity: 0.75;
}
.ya-layout-container .ya-drop-down-btn {
  border: 1px solid #e4e4e4;
}
.ya-drop-down-menu .el-dropdown-menu__item {
  color: rgba(0, 0, 0, 0.6);
}
.el-select .el-input .el-select__caret {
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
}
.el-select .el-input .el-select__caret.is-reverse {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
}
.slotName-no-label {
  .el-form-item__content {
    margin-left: 0 !important;
  }
}
.slotName-no-label1 {
  .el-form-item__label {
  }
}
.slotName-no-label-custom {
  position: relative;
  top: 10px;
  .el-form-item__label {
    align-items: flex-start !important;
    .el-form-item__tooltip {
      margin-left: 0;
    }
  }
  .el-form-item__content {
    top: -9px;
  }
}
.custom-content {
  max-width: 400px;
  max-height: 400px;
}
.ellipsis {
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}