/**
 * Styles
 */
.container {
  box-sizing: border-box;
  color: #ffffff;
  padding: 0.83333rem;
  height: 100%;
  display: grid;
  grid-template-columns: 30% 40% 30%;
  grid-template-rows: repeat(2, 1fr);
  /*grid-column-gap: 10px;*/
  /*grid-row-gap: 10px;*/
}

.bar-view {
  width: 12.5rem;
  height: 9.16667rem;
  float: left;
}

.center-grid {
  display: grid;
  grid-template-rows: 10% 60% 30%;
}

.statistics-board-view {
  text-align: center;
}

.statistics-board-view h4.customers-label {
    color: #7de5ff;
  }

.chart-box {
  height: 100%;
}

.chart-box .am-flexbox-item {
    height: 100%;
  }

.chart-box .echarts-for-react {
    height: 100% !important;
  }

.chart-map {
  position: absolute;
  width: 50%;
  left: 25%;
  bottom: 0.625rem;
  z-index: -1;
}

.statistics-count {
  position: absolute;
  width: 8.33333rem;
  left: 15.3%;
  bottom: 34%;
}

.statistics-count .statistics-count-item {
    font-size: 0.75rem;
  }

.statistics-count .statistics-count-item span {
      color: #f47509;
      font-size: 1rem;
    }

h2 {
  color: rgb(100, 148, 204);
}

.card-data {
  color: white;
  padding: 0 0.41667rem;
  margin: 0.20833rem;
  font-size: 0.75rem;
}


/*card组件最外层*/
.overall-component-box {
  margin: 0.41667rem;
}
/*cardTitle组件标题*/
.overall-component-box .card-title {
    font-size: 1.33333rem;
    padding: 0.41667rem 0;
  }
/*诊断专家top10列表布局*/
.overall-component-box .diag-table-box {
    width: 98%;
    border: none;
    font-size: 0.66667rem;
    font-weight: normal;
    border-collapse: collapse;
    margin: 0 1%;
  }
.overall-component-box .diag-table-box th, .overall-component-box .diag-table-box td {
      border: none;
    }
.overall-component-box .diag-table-box span {
      color: #7de5ff;
    }
.overall-component-box .diag-table-box thead {
      color: #a1b8d6;
      background: #03102d;
    }
.overall-component-box .diag-table-box thead tr {
        border-top: solid 0.04167rem #558fbd;
        border-bottom: solid 0.04167rem #558fbd;
        height: 1.58333rem;
      }
.overall-component-box .diag-table-box tbody tr {
        height: 1.58333rem;
        border-bottom: solid 0.04167rem #558fbd
      }
.overall-component-box .diag-table-box tbody tr:nth-child(odd) {
  background: #2a3550;
}
.overall-component-box .diag-table-box tbody tr:nth-child(even) {
  background: #03102d;
}
.overall-component-box .diag-table-box tbody tr:last-child {
  border-bottom: none;
}

/*字段首尾对齐*/
.data-tag {
  display: inline-block;
  width: 0.75rem;
}

/*登出按钮*/
.logout-button {
  display: inline-block;
  width: 4.16667rem;
  height: 1.66667rem;
  line-height: 1.66667rem;
  text-align: center;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;

}

.logout-button:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

/**
 * Styles
 */
.container-station {
  box-sizing: border-box;
  color: #ffffff;
  padding: 0.83333rem;
  height: 100%;
  display: grid;
  grid-template-columns: 30% 40% 30%;
  grid-template-rows: 100%;
}

.center-grid {
  display: grid;
  grid-template-rows: 10% 60% 30%;
}

.statistics-board-view {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.statistics-board-view h1 {
    font-size: 1.75rem;
  }

.statistics-board-view h4 {
    margin: 0.41667rem;
    height: 1.25rem;
    line-height: 1.25rem
  }

.statistics-board-view h4.time-label {
  font-size: 0.83333rem;
}

.statistics-board-view h4.customers-label {
  color: #7de5ff;
  font-size: 0.83333rem;
}

h2 {
  color: rgb(100, 148, 204);
}

.card-data-box {
  width: 48%;
  margin-right: 3%;
}

.exam-view {
  display: grid;
  grid-template-rows: repeat(3, 2fr);
}

.over-view {
  display: grid;
  grid-template-rows: 25% 41.7% 33.3%;
}

.frontend-view {
  display: grid;
  grid-template-rows: 23% 77%;
}

/*数据内容*/

/*cardTitle组件标题*/
.card-title {
  font-size: 1.33333rem;
  padding: 0.41667rem 0;
  font-weight: normal;

}

/*card组件最外层*/
.station-component-box {
  margin: 0.41667rem;
}
.station-component-box .data-box {
    margin: 0 0 0.54167rem 0;
    position: relative;
  }
.station-component-box .data-tag {
    width: 20%;
    display: inline-block;
    text-align: center;
    font-size: 0.83333rem;

  }
.station-component-box .data-line {
    display: inline-block;
    overflow: hidden;
    width: 55%;
    color: #007B00;
    text-align: center;
  }
.station-component-box .data-line-red {
    display: inline-block;
    overflow: hidden;
    width: 55%;
    color: red;
    text-align: center;
  }
.station-component-box .data-icon {
    color: #00F30D;
    position: absolute;
    width: 5%;
    right: 20%;
  }
.station-component-box .data-icon-red {
    color: red;
    position: absolute;
    width: 5%;
    right: 20%;
  }
.station-component-box .data-state {
    width: 20%;
    position: absolute;
    right: 0;
    color:#7de5ff;
    text-align: center;
    font-size: 0.83333rem;
  }


.line-data-module {
  position: relative;
  height: 6.66667rem;

}

.line-data-box {
  position: absolute;
  left: 7%;
  width: 87%;
  /*padding: 0 14px;*/
}

.line-data-title {
  /*font-size: 18px;*/
  display: inline-block;
  /*position: absolute;*/
  /*left: 0;*/
  margin-right: 0.41667rem;
  /*font-weight: bolder;*/
}

.line-data-extra {
  position: absolute;
  right: 0;
  /*top: 4px;*/
}

.daily-overview {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.83333rem;
  line-height: 1.66667rem;
}

.daily-overview span {
    font-size: 1rem;
    font-weight: bold;
    color: #7de5ff;
  }

.daily-overview .daily-count {
    width: 50%;
    height: 1.66667rem;
    line-height: 1.66667rem;
    text-align: center;
    background: #253a4c;
    margin: 0.41667rem 0;
  }

.daily-overview .exam-counts {
    width: 100%;
    height: 1.66667rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.41667rem 0;
  }

.daily-overview .exam-counts span {
      display: inline-block;
      color: #f9a400;

    }

.daily-overview .exam-counts .count {
      width: 30%;
      height: 1.58333rem;
      margin: 0 0.41667rem;
      text-align: center;
      border-top: solid 0.04167rem #7de5ff;
      border-bottom: solid 0.04167rem #7de5ff;
    }

.daily-overview .daily-charts {
    width: 100%;
    /*height: 100%;*/
  }

.front-end-services {
  display: flex;
  flex-direction: column;
  /*grid-template-rows: 10% repeat(4, 22.5%);*/
}

/*grid-column: 1;*/

.front-end-services .line-data-module {
    width: 100%;
  }

/*grid-row: 1;*/

.front-end-services .echarts-for-react {
    height: 100% !important;
  }


/*登出按钮*/
.logout-button {
  display: inline-block;
  width: 4.16667rem;
  height: 1.66667rem;
  line-height: 1.66667rem;
  text-align: center;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;

}

.logout-button:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

/**
 * Styles
 */
.container {
  box-sizing: border-box;
  color: #ffffff;
  padding: 0.83333rem;
  height: 100%;
  display: grid;
  grid-template-columns: 30% 40% 30%;
  grid-template-rows: repeat(2, 1fr);
  /*grid-column-gap: 10px;*/
  /*grid-row-gap: 10px;*/
}

.bar-view {
  width: 12.5rem;
  height: 9.16667rem;
  float: left;
}

/*中间机构数据*/
.center-data {
  border: 0.04167rem solid #1c5aa1;
  height: 9.58333rem;
  width: 7.91667rem;
  text-align: left;
  margin-top: 55%;
  margin-left: -0.20833rem;
}
.center-data p {
    margin-left: 13%;
  }
.center-data p:first-child {
    margin-top: 83%;
    color: #ffffff;
    margin-bottom: -6%;
  }
.center-data span {
    color: #ff7f07;
    font-size: 0.91667rem;
    display: inline-block;
    margin: 0 0.20833rem;
  }

.center-grid {
  display: grid;
  grid-template-rows: 10% 60% 30%;
}

.center-grid .brand {
    margin-top: 1.625rem;
    margin-left: -1rem;
  }

.center-grid .brand > div {
      height: 90%;
    }

.statistics-board-view {
  text-align: center;
}

.statistics-board-view h5 {
    margin: 0.41667rem 0;
  }

.statistics-board-view h4.customers-label {
    color: #7de5ff;
  }

.chart-box {
  height: 100%;
}

.chart-box .am-flexbox-item {
    height: 100%;
  }

.chart-box .echarts-for-react {
    height: 100% !important;
  }

.map-view {
  position: absolute;
  width: 50%;
  height: 65%;
  left: 25%;
  top: 15%;
}

.statistics-count {
  position: absolute;
  width: 8.33333rem;
  left: 15.3%;
  bottom: 34%;
}

.statistics-count .statistics-count-item {
    font-size: 0.75rem;
  }

.statistics-count .statistics-count-item span {
      color: #f47509;
      font-size: 1rem;
    }

h2 {
  color: rgb(100, 148, 204);
}

.card-data {
  color: white;
  padding: 0 0.41667rem;
  margin: 0.20833rem;
  font-size: 0.75rem;
}

/*cardTitle组件标题*/
.card-title {
  font-size: 1.33333rem;
  padding: 0.75rem 0 0 0.91667rem;
  margin-bottom: 0.6rem;

}

/*诊断专家top10列表布局*/
table.diag-table-box {
  width: 100%;
  border: none;
  font-size: 0.66667rem;
  font-weight: normal;
  border-collapse: collapse;
  text-align: left;
}
table.diag-table-box th, table.diag-table-box td {
    border: none;
  }
table.diag-table-box td {
    font-weight: bold
  }
table.diag-table-box td:nth-child(2) {
  max-width: 10rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.diag-table-box td:first-child {/*padding-left: 24px;
 */
  text-align: center;
}
table.diag-table-box td:last-child {
  text-align: right;
  padding-right: 0.83333rem;
}
table.diag-table-box .order {
    width: 20%;
  }
table.diag-table-box .name {
    width: 60%;
  }
table.diag-table-box .number {
    width: 20%;
  }
table.diag-table-box span {
    color: #02E3DF;
  }
table.diag-table-box thead {
    color: #b2c9e7;
    background: #03102d;
  }
table.diag-table-box thead tr {
      border-top: solid 0.04167rem #558fbd;
      border-bottom: solid 0.04167rem #558fbd;
      height: 1.41667rem;
      text-align: center;
    }
table.diag-table-box tbody tr {
      height: 1.41667rem;
      border-bottom: solid 0.04167rem #558fbd
    }
table.diag-table-box tbody tr:nth-child(odd) {
  background: #2a3550;
}
table.diag-table-box tbody tr:nth-child(even) {
  background: #03102d;
}
table.diag-table-box tbody tr:last-child {
  border-bottom: solid 0.04167rem #558fbd;
}
table.diag-table-box tbody tr th:last-child {
  text-align: right !important;
}

/*右上角切换checkbox*/
.type-check {
  position: absolute;
  right: 1rem;
  margin-left: 2.70833rem;

}
.type-check div {
    display: inline-block;
    height: 1.66667rem;
    line-height: 1.66667rem;
    margin: 0.08333rem 0.41667rem -0.125rem 0.41667rem;
  }
.type-check div div {
      width: 0.875rem;
      height: 0.875rem;
      background: white;
      margin-right: 0.20833rem;
    }
.type-check div .static {
      background: #49a2ff;
    }
.type-check div span {
      font-size: 0.875rem;
      color: white;
    }

/*card组件最外层*/
.component-box {
  margin: 0.6rem 0.8rem;
}

.container > .ui-card:nth-of-type(1) {
    margin: 0.41667rem 2.08333rem 0.33333rem 0.41667rem;
  }

.container > .ui-card:nth-of-type(2) {
    margin: 1.45833rem 2.08333rem 0.5rem 0.41667rem;
  }

.container > .ui-card:nth-last-child(3) {
    margin: 2.70833rem 0.5rem 3.33333rem 2.08333rem;
    /*margin: 50px 12px 50px 30px;*/
  }

.container > .ui-card:nth-last-child(2) {
    margin: -1.58333rem 0.5rem 0.5rem 2.08333rem;
  }

/*中间大标题*/
.board-title {
  font-size: 2.3rem;
  margin: 0;
  font-weight: normal;
}

/*字段首尾对齐*/
.data-tag {
  display: inline-block;
  width: 0.75rem;
}

.grey-logo {
  background-image: url(/2c62659ea01ddde3055e7fd727c94fe2.png);
  height: 0.83333rem !important;
  width: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
}

/**/
/**//*登出按钮*//**/
/*.logout-button {*/
/*  display: inline-block;*/
/*  width: 100px;*/
/*  height: 40px;*/
/*  line-height: 40px;*/
/*  text-align: center;*/
/*  color: rgba(0, 0, 0, 0);*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  right: 0;*/
/*  cursor: pointer;*/
/**/
/*}*/
/**/
/*.logout-button:hover {*/
/*  background: rgba(255, 255, 255, 0.1);*/
/*  color: white;*/
/*}*/

/**
 * Styles
 */
.monitor-container {
  box-sizing: border-box;
  color: #ffffff;
  padding: 1.3% 2%;
  height: 100%;
  margin: 0 0.625rem;
  display: grid;
  grid-template-columns: 28.2% 43.6% 28.6%;
  grid-template-rows: repeat(2, 1fr);
  /*grid-column-gap: 10px;*/
  /*grid-row-gap: 10px;*/
}

.bar-view {
  width: 12.5rem;
  height: 9.16667rem;
  float: left;
}

/*中间机构数据*/
.center-data {
  border: 0.04167rem solid #1c5aa1;
  height: 9.58333rem;
  width: 7.91667rem;
  text-align: left;
  margin-top: 55%;
  margin-left: -0.20833rem;
}
.center-data p {
    margin-left: 13%;
  }
.center-data p:first-child {
    margin-top: 83%;
    color: #ffffff;
    margin-bottom: -6%;
  }
.center-data span {
    color: #ff7f07;
    font-size: 0.91667rem;
    display: inline-block;
    margin: 0 0.20833rem;
  }

.center-grid {
  display: grid;
  grid-template-rows: 10% 60% 30%;
}

.center-grid .brand {
    margin-top: 1.625rem;
    margin-left: -1rem;
  }

.center-grid .brand > div {
      height: 90%;
    }

.statistics-board-view {
  text-align: center;
}

.statistics-board-view h4.customers-label {
    color: #7de5ff;
  }

.chart-box {
  height: 100%;
}

.chart-box .am-flexbox-item {
    height: 100%;
  }

.chart-box .echarts-for-react {
    height: 100% !important;
  }

.map-view {
  position: absolute;
  width: 50%;
  height: 65%;
  left: 25%;
  top: 15%;
}

.statistics-count {
  position: absolute;
  width: 8.33333rem;
  left: 15.3%;
  bottom: 34%;
}

.statistics-count .statistics-count-item {
    font-size: 0.75rem;
  }

.statistics-count .statistics-count-item span {
      color: #f47509;
      font-size: 1rem;
    }

h2 {
  color: rgb(100, 148, 204);
}

/*.card-data {*/
/*  color: white;*/
/*  padding: 0 10px;*/
/*  margin: 5px;*/
/*  font-size: 18px;*/
/*}*/

/*cardTitle组件标题*/


/*左上角切换checkbox*/
.type-checkbox {
  position: absolute;
  margin: 0.3% -1.3%;

}
.type-checkbox div {
    display: inline-block;
    height: 1.66667rem;
    line-height: 1.66667rem;
    margin: 0.08333rem 0.41667rem -0.125rem 0.41667rem;
  }
.type-checkbox div div {
      width: 0.875rem;
      height: 0.875rem;
      background: white;
      margin-right: 0.20833rem;
    }
.type-checkbox div .static {
      background: #49a2ff;
    }
.type-checkbox div span {
      font-size: 0.875rem;
      color: white;
    }

/*card组件最外层*/
.monitor-component-box {
  margin: 4% 0 0.8rem;
  width: 100%;

}
.monitor-component-box .card-title {
    text-align: left;
  }
/*调度情况布局*/
.monitor-component-box .diag-table-box {
    width: 100%;
    border: none;
    font-size: 0.66667rem;
    font-weight: normal;
    border-collapse: collapse;
  }
/*text-align: left !important;*/
.monitor-component-box .diag-table-box th, .monitor-component-box .diag-table-box td {
      border: none;
      text-align: left;

    }
.monitor-component-box .diag-table-box th:first-child {
      padding-left: 1rem;
    }
.monitor-component-box .diag-table-box th:last-child {
      /*padding-right: 24px;*/
    }
.monitor-component-box .diag-table-box .type {
      width: 20%;
    }
.monitor-component-box .diag-table-box .organization {
      width: 35%;
    }
.monitor-component-box .diag-table-box .report-time {
      width: 28%;
    }
.monitor-component-box .diag-table-box .overtime {
      width: 13%;
    }
.monitor-component-box .diag-table-box thead {
      color: #b2c9e7;
      background: #03102d;
    }
.monitor-component-box .diag-table-box thead tr {
        border-top: solid 0.04167rem #558fbd;
        border-bottom: solid 0.04167rem #558fbd;
        height: 1.41667rem;
      }
.monitor-component-box .diag-table-box tbody tr {
        height: 1.41667rem;
        border-bottom: solid 0.04167rem #558fbd
      }
.monitor-component-box .diag-table-box tbody tr:nth-child(odd) {
  background: #2a3550;
}
.monitor-component-box .diag-table-box tbody tr:nth-child(even) {
  background: #03102d;
}
.monitor-component-box .diag-table-box tbody tr:last-child {
  border-bottom: solid 0.04167rem #558fbd;
}
.monitor-component-box .diag-table-box tbody tr td:first-child {
          padding-left: 1rem;
          text-align: left;
}
/*前置机服务监控*/
.monitor-component-box .data-box {
    margin: 0 0 0.54167rem 0;
    position: relative;
  }
.monitor-component-box .data-tag {
    width: 20%;
    display: inline-block;
    text-align: center;
    font-size: 0.83333rem;

  }
.monitor-component-box .data-line {
    display: inline-block;
    overflow: hidden;
    width: 55%;
    color: #007B00;
    text-align: center;
  }
.monitor-component-box .data-line-red {
    display: inline-block;
    overflow: hidden;
    width: 55%;
    color: red;
    text-align: center;
  }
.monitor-component-box .data-icon {
    color: #00F30D;
    position: absolute;
    width: 5%;
    right: 20%;
  }
.monitor-component-box .data-icon-red {
    color: red;
    position: absolute;
    width: 5%;
    right: 20%;
  }
.monitor-component-box .data-state {
    width: 20%;
    position: absolute;
    right: 0;
    color:#7de5ff;
    text-align: center;
    font-size: 0.83333rem;
  }
.monitor-component-box .card-title {
    font-size: 1.33333rem;
    padding: 0.41667rem 0;
    margin-bottom: 0.6rem;

  }

.monitor-container > .ui-card:nth-of-type(2) {
    margin: 13% 3% -6% -1%;;
  }

.monitor-container > .ui-card:nth-of-type(3) {
    margin: 14% 3% 0 -1%;
    height: 38%;
  }

.monitor-container > .ui-card:nth-of-type(4) {
    margin: 60% 3% -1% -1%;
    height: 37.5%;
  }

.monitor-container > .ui-card:nth-last-child(2) {
    margin: 3% -1% 0 4%;
    height: 37%;
  }

.monitor-container > .ui-card:nth-last-child(1) {
    margin: 47% -1% 3% 4%;
    height: 75%;
    padding:2%;
    /*margin: -52% -1% 3% 4%;*/
  }

/*中间大标题*/
.board-title {
  font-size: 2.3rem;
  margin: 0;
  font-weight: normal;
}

/*字段首尾对齐*/
.data-tag {
  display: inline-block;
  width: 0.75rem;
}

.diagnosis-ability {
  display: flex;

}

.diagnosis-ability > div {
    border-top: 0.04167rem solid #1c5aa1;
    border-bottom: 0.04167rem solid #1c5aa1;
    width: 48%;

  }

.diagnosis-ability p {
    font-size: 1rem;
    margin: 3%;
  }

.diagnosis-ability p span {
      display: inline-block;
      width: 30%;
      font-size: 1.16667rem;
    }

.diagnosis-ability p:first-child > span {
    color: #4ec2f1;
  }

.diagnosis-ability p:last-child > span {
    color: #5af693;
  }

.today-diagnosis {
  display: flex;
}

.today-diagnosis > div {
    width: 33%;
    border-top: 0.04167rem solid #1c5aa1;
    border-bottom: 0.04167rem solid #1c5aa1;
    font-size: 1rem;
    height: 1.66667rem;
    line-height: 1.66667rem;
  }

.today-diagnosis > div span {
      display: inline-block;
      width: 22%;
      font-size: 1.16667rem;
      text-align: right;
      padding-right: 5%;
    }

.today-diagnosis div:nth-of-type(1) > span {
    color: #5af693;
  }

.today-diagnosis div:nth-of-type(2) > span {
    color: #ee5567;
  }

.today-diagnosis div:nth-of-type(3) > span {
    color: #4ec2f1;
  }

.dispatch-legends {
  display: flex;
  float: right;
  font-size: 0.625rem;
  width: 50%;
  margin-top: 1%;
}

.dispatch-legends > div {
    width: 100%;
  }

.dispatch-legends .legend {
    width: 0.66667rem;
    height: 0.66667rem;
    background: white;
    display: inline-block;
    margin-right: 3%;

  }

.dispatch-legends #critical{
    background: #ee5567;
  }

.dispatch-legends #accept {
    background: #9b58ff;
  }

.dispatch-legends #diagnosis {
    background: #ffce55;
  }

.dispatch-legends span {
    display: inline-block;
  }

.dispatch-legends .dispatch-data {
    font-size: 1.16667rem;
    display: inline-block;
    width: 20%;
    margin-left: 5%;
    color: #ee5567;
  }

.critical{
  color: #ee5567;
}
.accept {
  color: #9b58ff;
}
.diagnosis {
  color: #ffce55;
}

/** 前置机性能 */
.pre-performance {
  display: flex;
  flex-direction: column;
  padding: 0.41667rem;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;
}
.pre-performance .pre-performance-title {
    height: 1.66667rem;
    line-height: 1.66667rem;
    font-size: 1.33333rem;
  }
.pre-performance > :not(:first-child) {
    flex: 1;
  }

.grey-logo {
  background-image: url(/2c62659ea01ddde3055e7fd727c94fe2.png);
  height: 0.83333rem !important;
  width: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
}


.bg {
  background: #57c2f7 url(/599aa51f0d9c522e07dab2b8e2340843.jpg) center center no-repeat;
  background-size: cover;
}

.login-box {
  position: absolute;
  padding: 0.41667rem;
  width: 16.83333rem;
  height: 17.25rem;
  left: 84%;
  top: 56%;
  overflow: hidden;
  margin-left: -13.33333rem;
  margin-top: -11.04167rem;
  z-index: 1;
  background: rgba(246, 249, 251, 0.6) url(/dec4c0b9c7b76564e93a7a9fd68d0fb5.png) 0 1.58333rem no-repeat !important;
  background-size: 100% 20% !important;
  font-weight: bold

}

.login-box.oem-health-100 {
  background: rgba(246, 249, 251, 0.6) url(/58798273527c7cdaba5e0942b2a1e494.png) 0 1.58333rem no-repeat !important;
  background-size: 100% 20% !important;
}

.login-box .am-list, .login-box .am-list-body, .login-box .am-list-item, .login-box .am-list-line {
    background: transparent !important;
    border: none !important;
}

.login-box .am-input-control {
    border-bottom: solid 0.04167rem #ffffff;
    padding-left: 0.41667rem;
}

.login-box .login-form {
    margin-top: 6.25rem;
}

.login-box .form-message {
    height: 1.08333rem;
    color: #6a798e;
    font-size: 0.75rem;
    line-height: 1.08333rem;
    max-width: 10.41667rem;
    float: right;
    padding-right: 0.20833rem;
}

.login-box .form-message .error {
      padding-left: 0.75rem;
      background: url(/ffa220fe1056c1aae68b1d251424d24c.png) center left no-repeat;
      background-size: 0.91667rem 0.83333rem !important;
    }

.login-box .form-message .warning {
      padding-left: 0.75rem;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARJJREFUeNpi/P//PwMlgImBQkCxAQwgL8AwOrjSbt7+cKnvfxCNSx9OF1zttJDjEeWrkItyYQDRID5JXvj36+8GeR8DBie/WwwgGsQn2oDL7Ra54oayhgx8jAzMDP8YQDSIDxInaMCVTisuJiamSaL6YgwMXz8x/P7NBKZBfJA4SB6vAf///j8qbysJ9MM3BoZvXxgOzP0ApkF8kDhIHqcBQNNduUXYDLglGBkYfnxmYPj9hcEyURRMg/ggcZA8SB0uF+xStOFkYPj7lYGB8TvQOT8Yjk+/DqbBfKA4WB6oDqaBBVk3IyMjw5WNnxj+//uPJAaKcyQ1TIwMTMyMCD5yAgIaYExCAjyLYcDQzEwAAQYAmTV40pOe4RAAAAAASUVORK5CYII=) center left no-repeat;
      background-size: 0.91667rem 0.83333rem !important;
    }

.login-box .form-message .loading {
      padding-left: 0.75rem;
      background: url(data:image/gif;base64,R0lGODlhEAAQALMMAKqooJGOhp2bk7e1rZ2bkre1rJCPhqqon8PBudDOxXd1bISCef///wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAAAMACwAAAAAEAAQAAAET5DJyYyhmAZ7sxQEs1nMsmACGJKmSaVEOLXnK1PuBADepCiMg/DQ+/2GRI8RKOxJfpTCIJNIYArS6aRajWYZCASDa41Ow+Fx2YMWOyfpTAQAIfkEBQAADAAsAAAAABAAEAAABE6QyckEoZgKe7MEQMUxhoEd6FFdQWlOqTq15SlT9VQM3rQsjMKO5/n9hANixgjc9SQ/CgKRUSgw0ynFapVmGYkEg3v1gsPibg8tfk7CnggAIfkEBQAADAAsAAAAABAAEAAABE2QycnOoZjaA/IsRWV1goCBoMiUJTW8A0XMBPZmM4Ug3hQEjN2uZygahDyP0RBMEpmTRCKzWGCkUkq1SsFOFQrG1tr9gsPc3jnco4A9EQAh+QQFAAAMACwAAAAAEAAQAAAETpDJyUqhmFqbJ0LMIA7McWDfF5LmAVApOLUvLFMmlSTdJAiM3a73+wl5HYKSEET2lBSFIhMIYKRSimFriGIZiwWD2/WCw+Jt7xxeU9qZCAAh+QQFAAAMACwAAAAAEAAQAAAETZDJyRCimFqbZ0rVxgwF9n3hSJbeSQ2rCWIkpSjddBzMfee7nQ/XCfJ+OQYAQFksMgQBxumkEKLSCfVpMDCugqyW2w18xZmuwZycdDsRACH5BAUAAAwALAAAAAAQABAAAARNkMnJUqKYWpunUtXGIAj2feFIlt5JrWybkdSydNNQMLaND7pC79YBFnY+HENHMRgyhwPGaQhQotGm00oQMLBSLYPQ9QIASrLAq5x0OxEAIfkEBQAADAAsAAAAABAAEAAABE2QycmUopham+da1cYkCfZ94UiW3kmtbJuRlGF0E4Iwto3rut6tA9wFAjiJjkIgZAYDTLNJgUIpgqyAcTgwCuACJssAdL3gpLmbpLAzEQA7) center left no-repeat;
      background-size: 0.91667rem 0.83333rem !important;
    }

.copyright {
  background: url(/4e2145284cce694e253b36800be0c0c3.png) no-repeat 0 center;
  position: absolute;
  left: 63%;
  top: 82%;
  background-size: 29%;
  width: 34%;
  height: 5%;
}

.copyright .text-box {
    margin-left: 31%;
    padding: 0.5% 0;
  }

.copyright .text-box p {
      margin: 1.0% 0 0 0;
      color: #1892d6;
    }

html, body, #app {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", SimSun, sans-serif;
  background: #000000;
  overflow: hidden;
}

.background {
  background-image: url(/b6ab9e12fc3fa3a8e2507f5ca9f6a432.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-perspective: 20.83333rem;
          perspective: 20.83333rem;
  z-index: -1
}

.background.rotating {
  -webkit-animation: rotating 900s linear infinite;
  animation: rotating 900s linear infinite;
}

@-webkit-keyframes rotating {

  from {
    -webkit-transform: scale(2.5) rotateZ(0deg) rotateX(0deg) rotateY(0deg);
            transform: scale(2.5) rotateZ(0deg) rotateX(0deg) rotateY(0deg);
  }

  to {
    -webkit-transform: scale(2.5) rotateZ(360deg) rotateX(30deg) rotateY(30deg);
            transform: scale(2.5) rotateZ(360deg) rotateX(30deg) rotateY(30deg);
  }
}

@keyframes rotating {

  from {
    -webkit-transform: scale(2.5) rotateZ(0deg) rotateX(0deg) rotateY(0deg);
            transform: scale(2.5) rotateZ(0deg) rotateX(0deg) rotateY(0deg);
  }

  to {
    -webkit-transform: scale(2.5) rotateZ(360deg) rotateX(30deg) rotateY(30deg);
            transform: scale(2.5) rotateZ(360deg) rotateX(30deg) rotateY(30deg);
  }
}

.app-container {
  width: 100%;
  height: 100%;
  /*background-color: #0b162d;*/
}

h1 {
  font-size: 2.5rem;
  margin: 0.41667rem;
}

h4 {
  font-size: 0.625rem;
}

.am-button.am-button-primary {
  background: #299ee3;
  font-weight: normal;
}

