/*
* set color variable
*/
/*
* set img variable
*/
html.darkTheme {
  -webkit-filter: invert(1) hue-rotate(180deg);
  filter: invert(1) hue-rotate(180deg); }

@keyframes opacityLinear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.opacity-linear {
  -webkit-animation: opacityLinear .5s linear;
  -o-animation: opacityLinear .5s linear;
  animation: opacityLinear .5s linear; }

::-moz-placeholder {
  color: #D3D3D3; }

::-ms-input-placeholder {
  color: #D3D3D3; }

::-webkit-input-placeholder {
  color: #D3D3D3; }

.pos-central {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.pos-central-v {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.pos-central-h {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.short-name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  background: #18B1B7;
  color: #fff !important; }

.text-range {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #666;
  font-size: 12px;
  background-color: #fff; }

html, body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  font-size: 14px;
  font-family: "Microsoft yahei", Verdana, Geneva, sans-serif; }

body {
  /*
 shared pages
*/ }
  body .back-top {
    position: fixed;
    z-index: 2;
    bottom: 100px;
    right: 0px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-left: 630px;
    margin-bottom: 1px;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
    color: #0D3070;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    body .back-top:hover {
      cursor: pointer;
      opacity: .85; }
  body .back-top.hidden {
    opacity: 0;
    visibility: hidden; }
  body .back-top.show {
    opacity: 1;
    visibility: visible; }
  body .layui-form-select dl {
    padding: 0;
    top: 35px; }
    body .layui-form-select dl dd.layui-this {
      background-color: #18B1B7; }
  body .layui-textarea {
    resize: none; }
  body .layui-laydate .layui-this {
    background-color: #18B1B7 !important; }
  body .layui-layer.layui-layer-page {
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    body .layui-layer.layui-layer-page > .layui-layer-title {
      -webkit-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }
    body .layui-layer.layui-layer-page > .layui-layer-content {
      -webkit-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px; }
  body .layui-input[readonly] {
    padding-right: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default; }
    body .layui-input[readonly].select-icon {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAAASAAAAEgARslrPgAAANZJREFUSMftjyEOg0AQRXcaguUEkKAwBMUlOAIKiaPrGhQ3mJ1gehQuAAZHguYYJAiYmm5dxQI1Dc+w2YT3/gpxcfGm4oortm1sscU2js/2a6/u6PubPjid0zldFEEKKaR9jyuuuN7vh8Nvj/bqztcfKKCAgjxXrnKVu23kk0/+42EaVqxYsZTaY/ygvUMOh/cO2RsG0yE888zz8wkWWGCVJU888bQswhOe8BAhhBBCKWUjG9nU9WkDPkMSSigpCh555JHoIzIMHwYHHHDIMv39efDib3kB8p2mbHYOymEAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMTEtMThUMDk6NTU6MjkrMDg6MDBITo5PAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTExLTE4VDA5OjU1OjI5KzA4OjAwORM28wAAAFJ0RVh0c3ZnOmJhc2UtdXJpAGZpbGU6Ly8vaG9tZS9hZG1pbi9pY29uLWZvbnQvdG1wL2ljb25fMzB2dXFodnYzdXEvYXJyb3ctZG93bi1ib2xkLnN2ZweMEZEAAAAASUVORK5CYII=");
      background-repeat: no-repeat;
      background-position: center;
      background-position-x: 95%;
      -webkit-background-size: 12px 12px;
      background-size: 12px 12px; }
  body .chosen-container-single .chosen-single {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-color: #ccc; }
  body .chosen-container-single .chosen-default {
    color: #D3D3D3; }
  body.shared {
    height: 100%;
    background-color: #f7fcfd;
    text-align: center; }
    body.shared .layui-btn {
      background: #00BDC5; }
    body.shared .tips {
      margin: 0 auto;
      height: 360px;
      position: absolute;
      left: 50%;
      top: 42%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    body.shared .bg {
      width: 420px;
      height: 280px;
      margin-bottom: 40px;
      background-position: center;
      background-repeat: no-repeat; }
    body.shared .message {
      padding: 10px 0;
      font-size: 14px;
      line-height: 30px;
      color: #B3B4B4; }
    body.shared .not-found > .bg {
      background-image: url("https://img9.aijiuku.com/minorities/static/images/404.png"); }
    body.shared .server-error > .bg {
      background-image: url("https://img9.aijiuku.com/minorities/static/images/500.png"); }

.layui-btn[disabled] {
  cursor: not-allowed;
  color: #fff !important;
  background-color: #bbb !important;
  outline-color: #bbb !important;
  border-color: #bbb !important; }

.layui-laypage {
  display: block;
  padding: 20px 0 10px;
  text-align: center; }
  .layui-laypage > * {
    margin-left: 10px !important; }
  .layui-laypage .layui-laypage-skip {
    font-size: 12px;
    color: #555; }
    .layui-laypage .layui-laypage-skip > button {
      display: none; }
    .layui-laypage .layui-laypage-skip > input {
      width: 50px;
      vertical-align: 0px; }
  .layui-laypage a {
    padding: 0;
    text-align: center;
    border: 1px solid #cfcfcf; }
    .layui-laypage a:not(.layui-disabled):hover {
      border-color: #18B1B7;
      color: #18B1B7; }
  .layui-laypage a,
  .layui-laypage span.layui-laypage-curr {
    width: 30px;
    padding: 0; }
  .layui-laypage a,
  .layui-laypage select,
  .layui-laypage .layui-input,
  .layui-laypage span,
  .layui-laypage span.layui-laypage-curr {
    font-size: 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 27px; }
  .layui-laypage select {
    height: 20px; }
  .layui-laypage a, .layui-laypage span {
    height: 26px; }
  .layui-laypage input {
    height: 27px; }
  .layui-laypage select,
  .layui-laypage .layui-input {
    color: #333;
    border-color: #CFCFCF; }
    .layui-laypage select:focus,
    .layui-laypage .layui-input:focus {
      border-color: #18B1B7 !important; }
  .layui-laypage .layui-laypage-curr {
    text-align: center;
    border: 1px solid #18B1B7; }
    .layui-laypage .layui-laypage-curr em {
      color: #18B1B7; }
    .layui-laypage .layui-laypage-curr .layui-laypage-em {
      display: none; }

.layui-layer .layui-layer-title {
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  font-size: 16px; }

.layui-layer .layui-layer-btn {
  padding: 10px 15px 12px;
  text-align: center;
  border-top: 1px solid #f1f7f8; }
  .layui-layer .layui-layer-btn > a {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px; }
    .layui-layer .layui-layer-btn > a:first-child {
      background: #18B1B7;
      border-color: #18B1B7;
      color: #fff; }
      .layui-layer .layui-layer-btn > a:first-child:hover {
        opacity: .8; }

.layui-layer .layui-form-item {
  text-align: center; }
  .layui-layer .layui-form-item .layui-btn {
    width: 60px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    background-color: #18B1B7; }
  .layui-layer .layui-form-item .layui-btn-primary {
    color: #18B1B7;
    border-color: #18B1B7;
    background-color: #fff; }
  .layui-layer .layui-form-item .layui-input,
  .layui-layer .layui-form-item .layui-select,
  .layui-layer .layui-form-item .layui-textarea {
    border-color: #ccc; }

.layui-layer.layui-layer-hui .layui-layer-content {
  color: #fff; }

.sign-part .pwd-icon-close {
  bottom: 5px; }

.layui-layer-loading.my-loading {
  left: 50% !important;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.layout {
  min-width: 1200px; }
  .layout .content {
    width: 1200px;
    margin: 0 auto; }
  .layout .layout-content {
    background-color: #fff;
    min-height: -webkit-calc(100% - 200px);
    min-height: calc(100% - 200px); }
