@import url("//at.alicdn.com/t/font_2497111_f3quei8e2b.css");

.link, .link:active, .link:focus, .link:checked {
  text-decoration: none;
  color: #5fb6e2;
}


.dark-input {
  background-color: #444c5d;
  border: none;
  border-radius: 0;
  color: #fff;
  margin: 0 auto;
  height: 28px;
  display: flex;
  align-items: center;
  outline: none;
  padding: 0 8px;
}


.h1 {
  font-size: 28px;
  font-weight: bolder;
}

.h2 {
  font-size: 24px;
  font-weight: bolder;
}

.h3 {
  font-size: 22px;
  font-weight: bolder;
}

.h4 {
  font-size: 21px;
  font-weight: bolder;
}

.h5 {
  font-size: 16px;
  font-weight: bolder;
}

.h6 {
  font-size: 15px;
  font-weight: bolder;
}

.dialog-footer {
  display: flex;
  justify-content: flex-end;
}

.danger-color {
  color: #ff4d51;
}

.danger-color:hover, .danger-color:active, .danger-color:focus {
  color: #f56c6c;
}

.h-divider {
  height: 1px;
  width: 100%;
  background: #e3e3e3;
}

.m-t-16 {
  margin-top: 16px;
}

.p-t-16 {
  padding-top: 16px;
}

.p-16 {
  padding: 16px;
}


.form-title {
  margin: 0;
  padding-bottom: 16px;
  font-weight: bolder;
  font-size: 14px;
  color: #444;
}


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


.code {
  font-size: 12px;
}


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


.gray {
  color: #999;
}
