.class-master-studio-ban {
  background-image: url("../image/ban/class-master-ban.jpg");
}

.os-bg {
  background-color: #5DA7FB !important;
}

.os-bg-hover:hover {
  background-color: #5DA7FB !important;
}

.os-bg-active.active {
  background-color: #5DA7FB !important;
}

.os-bg-before::before {
  background-color: #5DA7FB !important;
}

.os-bg-after::after {
  background-color: #5DA7FB !important;
}

.os-border-color, .os-border-color-hover:hover, .os-border-color-before::before, .os-border-color-hover-before:hover::before {
  border-color: #5DA7FB !important;
}

.os-color, .os-color-hover:hover {
  color: #529BF9 !important;
}

.os-color-opc-with-hover {
  color: #529BF9 !important;
}

.os-color-opc-with-hover:hover {
  opacity: 0.7 !important;
}

.os-color-active.active {
  color: #529BF9 !important;
}

.schedual-day .item:hover .lab-hollow.lab-primary {
  background-color: #5DA7FB !important;
}

.cert-li-hover {
  background-color: #5DA7FB !important;
}

.cert-li:hover a {
  color: #529BF9;
}

.flow-port-sm.flow-icon.flow-head-icon.tblist-lgicon {
  background-color: #5DA7FB !important;
}

.btn.btn-solid-primary.btn-sm.search-btn {
  background-color: #5DA7FB !important;
  border-color: #5DA7FB !important;
}

.btn-hollow:hover {
  background-color: #5DA7FB !important;
  border-color: #5DA7FB !important;
}

.os-bg .treeNode-txt, .os-bg .treeNode-ico, .os-bg .treeNode-fold {
  color: white !important;
}

.font13 {
  font-size: 13px !important;
}

.font14 {
  font-size: 14px !important;
}

/*display*/
.display_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/*伸缩流方向*/
.flex-direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/*主轴对齐*/
.justify-content_flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-content_flex-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.align-items_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*伸缩性*/
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}

.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.null_ico {
  display: block;
  width: 185px;
  height: 134px;
  margin: 0 auto;
  /*padding-top: 20px;*/
}

.null_ico5 {
  background: url(../image/no-data.svg) center no-repeat;
  background-size: cover;
}

.null_txt {
  height: 35px;
  line-height: 35px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-size: 14px;
  text-align: center;
  color: #666;
}

input, button, select, textarea, span, label, a {
  outline: none!important;
}

.el-radio-button.is-active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flow-tabs .tabs-link.active:after {
  border-left-color: #5DA7FB !important;
}

.flow-tabs .tabs-link:hover:after{
  border-left-color: rgba(93, 167, 251, 0.15);
}
#flowTabs .tabs-link:not(.active):hover{
  color: #5DA7FB;
  background-color: rgba(93, 167, 251, 0.15);
}
#flowTabs .tabs-link:hover:after{
  border-left-color: rgba(93, 167, 251, 0.15);
}
#flowTabs .tabs-link:not(.active):hover .num{
  background-color: #5DA7FB;
}

/*.button {*/
/*  background-color: #5DA7FB !important;*/
/*  border-color: #5DA7FB !important;*/
/*}*/
