[v-cloak] { display: none; }

.mx-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mx-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}
.-mt-10{
  margin-top: -10px;
}

.mb-15 {
  margin-bottom: 15px
}
.mb-50 {
  margin-bottom: 50px
}

.text-12 {
  font-size: 12px;
}

.text-13 {
  font-size: 13px;
}

/* 文字颜色 */
.text-info {
  color: #909399;
}
.text-blue {
  color: #0771db;
}
.text-success {
  color: #2a7d00;
}

.text-error {
  color: #ff0000;
}

.text-warning {
  color: #fb9700;
}

.title-center {
  width: 100%;
  text-align: center;
}

.flex{
  display: flex;
}
.flex-center {
  justify-content: center;
}

/* 重写element样式 */
.el-button--primary {
  background-color: #012A83 !important;
}
.el-button--text {
  color: #012A83 !important;
}
.el-button--primary.is-disabled {
  background-color: #012A8395 !important;
}

.el-select-dropdown__item.selected,
.el-date-table td.today span,
.el-date-table td.current:not(.disabled) span {
  background-color: #012A83 !important;
}

/*  table */
.el-table--border {
  clear: both;
  border: 4px solid #c9dae4 !important;
  border-radius: 6px;
}
.el-table th.el-table__cell{
  background-color: rgb(242, 244, 248) !important;
}
.el-table th.el-table__cell>.cell {
  text-align: center !important;
  font-weight: bold;
  font-size: 17px;
  color: #444;
}
.el-table td.el-table__cell {
  padding: 5px !important;
  text-align: center !important;
  color: #444 !important;
}

.el-table td.el-table__cell > div {
  padding: 5px 0;
}

.el-steps--simple {
  padding: 13px 1% !important;
}
.el-step.is-simple .el-step__icon {
  display: none;
}

.el-step__title.is-finish {
  color: #012A83 !important;
  font-weight: 600;
}
.el-step__title.is-process,
.el-step__title.is-wait {
  font-weight: normal !important;
  color: #444 !important;
}

.el-result {
  padding: 40px 0px !important;
}

.logo {
  background: url(/ccphoto/images/syxhLogo.png) no-repeat;
  background-size: 78% auto;
  background-position: center;
  height: 3rem;
  margin: 10px auto;
}