body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(0, 0, 0, 0);
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

#root {
  position: relative;
}

.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 40vmin;
  pointer-events: none;
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.logo-height {
  height: 2rem;
}

.App {
  text-align: center;
}

.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 40vmin;
  pointer-events: none;
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.main-alarm {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
}

.main-alarm-body {
  width: 60%;
  height: 70%;
  background: #fff;
}

.logo-height {
  height: 2rem;
}

#mainbox {
  margin-top: 1.925rem;
  overflow: auto;
}

.main {
  margin: 0.5rem;
}

.main-void {
  width: 100%;
  height: 42px;
}

.header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}
.header-right-item {
  flex-shrink: 1;
  margin-left: 40px;
  /*display: flex;*/
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 27px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.header-right-icon {
  width: 35px;
  height: 24px;
  margin-left: 2px;
  margin-right: 2px;
}
.header-right-user {
  margin-left: 80px;
  display: flex;
  font-size: 18px;
  color: #ffffff;
  line-height: 27px;
  white-space: nowrap;
}
.header-right-user-avatar {
  width: 36px;
  height: 36px;
  margin-left: 10px;
}

.header-x {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 1.25rem;
  max-width: 12rem;
  text-align: right;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-x-sub {
  cursor: pointer;
  font-size: 1rem;
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-org {
  /* max-width: 15rem; */
  height: 42px;
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 1rem;
  justify-content: flex-end;
  color: #36cfc9;
  box-sizing: border-box;
  padding: 0 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header-big {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #36cfc9;
  font-size: 1rem;
  cursor: pointer;
}

.logo {
  width: 8rem;
  height: 32px;
  margin-top: 0.5rem;
  margin-left: 3rem;
}

.logo-img {
  height: 75%;
  margin-top: 0.1rem;
}

.i-header-wrap {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  overflow: hidden;
}

.i-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 50px;
}
.i-header-logo {
  width: 64px;
  height: 33px;
  margin-right: 42px;
}

.logo-text {
  margin-left: 1rem;
  font-size: 1.5rem;
  height: 42px;
  flex: 0 1 0;
  width: 50%;
  line-height: 42px;
  color: #fff;
  overflow: hidden;
}

.full-width {
  width: 100%;
}

#sider_ {
  overflow: hidden;
}

.sider {
  position: relative;
  max-height: 95%;
  overflow: auto;
}

.sider-copyright {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: rgba(250, 250, 250, 0.5);
  font-size: 0.75rem;
}

.sider-version {
  color: rgba(250, 250, 250, 0.5);
  font-size: 0.6rem;
}

::-webkit-scrollbar {
  /*隐藏滚轮*/
  display: none;
  background: transparent;
  scrollbar-width: none;
  width: 0;
}

.login-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #356dab, #2bad86);
  z-index: 9;
}

.login-logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.login {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -14rem;
  margin-top: -15rem;
  padding: 0.5rem 0 0;
  height: 28rem;
  width: 30rem;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0.5rem;
}

.login-alt {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -14rem;
  margin-top: -12rem;
  padding: 2rem 2rem 2.5rem;
  height: 26rem;
  width: 28rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
}

.login-sub {
  height: 5rem;
  text-align: center;
  color: #073562;
  font: bolder 2rem/5rem "Microsoft YaHei";
  margin-bottom: 7.5rem;
}

.login-sub-alt {
  height: 2rem;
  text-align: center;
  color: #073562;
  font: bolder 1.5rem/2rem "Microsoft YaHei";
  margin-bottom: 1rem;
}

.product {
  padding: 2rem;
  position: relative;
}

.product-plus {
  position: absolute;
  top: 1.5rem;
  right: 3rem;
  background: #36cfc9;
  border-radius: 4rem;
  width: 4rem;
  height: 4rem;
  line-height: 3.5rem;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  box-shadow: 0.125rem 0.125rem 0.25rem 0.25rem #ddd;
  text-decoration: none;
}

.product-back {
  padding-top: 0.75rem;
  left: 3rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.product-button {
  margin-left: 1rem;
}

.table-title {
  padding-left: 2rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.5rem;
  background-color: #fff;
  border-left: solid 0.25rem #36cfc9;
  box-shadow: 0.1rem 0.1rem 0.2rem 0.2rem #ddd;
}

.table-title-close {
  float: right;
  margin-top: 0.75rem;
  margin-right: 1rem;
  color: #36cfc9;
}

.index-head-icon {
  margin-left: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}

.index-head-text {
  cursor: pointer;
}

.index-date-icon {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

.index-date-icon-img {
  width: 100%;
  height: 100%;
}

.index-panel-devices {
  width: 100%;
  height: 63vh;
  box-sizing: border-box;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
}

.index-panel-void {
  display: none;
}

.index-devices {
  height: 60vh;
  box-shadow: 0 0 0.35rem 0.05rem #def;
  background: #fff;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 0.625rem;
}

.index-devices-follow {
  flex: 0 0 61.5%;
}
.index-devices-alarm {
  flex: 0 0 37.5%;
}

.index-list {
  width: 100%;
  height: 52.75vh;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  align-content: flex-start;
}

.index-item {
  width: 10.25rem;
  height: 15rem;
  padding: 0.5rem 0.675rem;
}

.index-item-sub {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.5rem;
  border: solid 1px #def;
  box-shadow: 0 0 0.25rem 0.05rem #e3e3ef;
}

.index-avatar-blink {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: blinkavatar;
  animation-name: blinkavatar;
  animation-iteration-count: infinite;
}

.index-blink {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: blinkblink;
  animation-name: blinkblink;
  animation-iteration-count: infinite;
}

@keyframes blinkavatar {
  25% {
    border: solid 2px #fb474e;
  }
  50% {
    border: none;
  }
  75% {
    border: solid 2px #fb474e;
  }
  100% {
    border: none;
  }
}

.index-item-pic {
  box-sizing: border-box;
  width: 8rem;
  height: 5.75rem;
  padding: 0.5rem 1.5rem 0.25rem;
  margin: 0.25rem auto 0;
}

.index-item-pic-pic {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 2px;
  border: solid 2px #8bf;
  cursor: pointer;
  box-shadow: none;
  transition: box-shadow 0.5s;
}

.index-item-pic-pic:hover {
  box-shadow: 0 0 0.275rem 0.05rem #36cfc9;
}

.index-item-nickname {
  width: 100%;
  height: 1.5rem;
  font: bold 0.85rem/1.5rem "Microsoft YaHei";
  text-align: center;
  color: #202b36;
  cursor: pointer;
}

.index-item-info {
  width: 100%;
  height: 1.5rem;
  font: 1rem/1.5rem "Microsoft YaHei";
  text-align: center;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.75rem;
}

.index-item-info-l {
  flex: 0 0 32.5%;
  color: #2f4050;
  font-size: 0.5rem;
  font-weight: bolder;
  overflow: hidden;
}

.index-item-info-m {
  flex: 0 0 25%;
  font: bold 0.9rem/1.5rem "Microsoft YaHei";
  text-align: center;
  color: #555;
}

.index-item-info-r {
  flex: 0 0 42.5%;
  color: #a4aeb7;
  font-size: 0.7rem;
}

.index-item-info-status {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  height: 1.5rem;
  width: 5rem;
  text-align: right;
  font-weight: bolder;
  font-size: 0.8rem;
}

.index-text-blink {
  animation-duration: 3s;
  -webkit-animation-name: blinktext;
  animation-name: blinktext;
  animation-iteration-count: infinite;
}

.index-text-blink-blue {
  animation-duration: 3s;
  -webkit-animation-name: blinktext;
  animation-name: blinktext;
  animation-iteration-count: infinite;
}

.index-text-blink-temp {
  animation-duration: 3s;
  -webkit-animation-name: blinktext;
  animation-name: blinktext;
  animation-iteration-count: infinite;
}

.alarm-item {
  flex: 0 0 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}

.alarm-item-line {
  width: 100%;
  height: 0;
  border: none;
  border-top: solid 1px #dcdcdc;
}

.alarm-item-avatar {
  width: 4rem;
  height: 4rem;
  box-sizing: border-box;
  padding: 0.5rem;
  margin-right: 0.5rem;
}

.alarm-item-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.alarm-item-name {
  flex: 0 0 20%;
  height: 4rem;
  color: #2f4050;
  font: bolder 0.9rem/4rem "Microsoft YaHei";
  overflow: hidden;
}

.alarm-item-mac {
  flex: 0 0 23%;
  height: 4rem;
  color: #000000;
  font: 0.9rem/4rem "Microsoft YaHei";
  overflow: hidden;
  text-overflow: ellipsis;
}

.alarm-item-alarm {
  flex: 0 0 40%;
  height: 4rem;
  color: #f95f5f;
  font: 0.75rem/4rem "Microsoft YaHei";
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0 0.5rem;
}

.alarm-item-r {
  flex: 0 0 8%;
  height: 4rem;
  color: #2d99ff;
  font: bolder 0.9rem/4rem "Microsoft YaHei";
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  text-align: center;
}

.alarm-item-r2 {
  flex: 0 0 8%;
  height: 4rem;
  color: #2d99ff;
  font: bolder 0.9rem/4rem "Microsoft YaHei";
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  text-align: center;
}

.index-panel {
  box-sizing: border-box;
  height: 100%;
  margin: 0 0.25rem;
  background-image: linear-gradient(to bottom left, #e3efff, #f2f7fb, #e3efff);
  box-shadow: 0 0 0.25rem 0.05rem #cce;
  border: solid 1px #cdf;
}

.index-panel-null {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f6a92;
  font-weight: bolder;
}

.index-panel-null-btn {
  margin: 0.75rem auto 0;
  width: 4rem;
  height: 1.75rem;
  line-height: 1.75rem;
  text-align: center;
  border-radius: 0.25rem;
  background: #2bad87;
  color: #fff;
  cursor: pointer;
}

.index-panel_ {
  box-sizing: border-box;
  height: 100%;
  margin: 0 0.25rem;
  background: #fff;
  border-top: solid 2px #52b791;
  box-shadow: 0 0.1rem 0.2rem 0.05rem #cce;
}

.index-panel-alt {
  box-sizing: border-box;
  height: 100%;
  margin: 0 0.25rem;
  background: #fff;
  box-shadow: 0 0 0.2rem 0.05rem #cce;
}

.index-title {
  padding-left: "1rem";
  height: "2.5rem";
  font: 'bolder 1rem/2.5rem "Microsoft YaHei"';
  color: "#888";
}

.index-datepicker {
  height: 3rem;
  margin-top: 0.5rem;
}

.index-count {
  flex: 0 1 33%;
  background: #58afff;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 1.5rem;
}

.index-panel-head {
  position: relative;
  color: #2f4050;
  font: bolder 1rem/1rem "Microsoft YaHei";
  width: 100%;
  margin-bottom: 0.75rem;
}

.index-panel-head-link {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.85rem;
  cursor: pointer;
}

.index-panel-head-link:hover {
  color: #58afff;
}

.index-panel-stats {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
}

.index-panel-stats-sub {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1rem;
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0 0.35rem 0.05rem #ddf;
}

.index-panel-item {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 1rem 1rem;
}

.index-panel-item-sub {
  display: flex;
  justify-content: space-between;
}

.index-stats {
  flex: 0 0 40%;
}

.index-stats-alt {
  flex: 0 0 20%;
}

.index-stats-head {
  height: 1.5rem;
  width: 100%;
  line-height: 1.5rem;
  font-weight: bolder;
}

.index-stats-body {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding-right: 2rem;
}

.index-stats-item {
  flex: 0 0 46%;
  height: 7.5rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  padding: 1rem 2rem;
  margin-top: 0.75rem;
  color: #fff;
  cursor: pointer;
}

.index-stats-name {
  margin-top: 0.5rem;
  height: 1rem;
  font: bolder 0.85rem/1rem "Microsoft YaHei";
  overflow: hidden;
}

.index-stats-value {
  height: 4rem;
  font: bolder 2rem/4rem "Microsoft YaHei";
  overflow: hidden;
}

.index-count-value {
  height: 4.5rem;
  font: bolder 2rem/4.5rem "Microsoft YaHei";
}

.index-count-name {
  height: 2rem;
  font: bolder 1rem/2rem "Microsoft YaHei";
}

.count-panel-sub {
  margin: 17.5% auto 0;
  padding: 2rem 1.5rem;
  background-color: #fff;
  height: 15rem;
  width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0.1rem 0.1rem 0.75rem 0.25rem #ddf;
  overflow: hidden;
  border-left: solid 0.5rem #36cfc9;
}

.count-panel-item {
  text-align: center;
  font-size: 1.25rem;
  height: 3rem;
  line-height: 3rem;
}

.count-panel-title {
  margin: 2rem 0 0 2rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1.5rem;
}

.count-panel-sub-alt {
  padding: 0;
}

.date-picker {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 8rem;
}

.user-avatar {
  border-radius: 50%;
}

.user-title {
  padding-left: 0.5rem;
  height: 2.25rem;
  font: bolder 1rem/2.25rem arial;
  color: #1c4a73;
  background-color: #fff;
  border-left: solid 0.5rem #5786b1;
}

.user-back {
  float: right;
  padding-right: 0.75rem;
  border: none;
  text-align: center;
  color: #5786b1;
  font: 1.5rem/2.25rem arial;
  background-color: #fff;
  cursor: pointer;
}
.pillow-list-search-area {
  border: 1px solid #cce;
  padding: 0 8px;
  background-color: #fff;
}
.pillow-list-search-box {
  display: flex;
  align-items: center;
  padding: 6px 0;
}
.pillow-list-search-box-item {
  margin-right: 12px;
}

.search-box {
  width: 100%;
  padding-left: 0.5rem;
  background-color: #fff;
  border: solid 1px #cce;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-box-prearea {
  display: flex;
  justify-content: start;
  align-items: center;
}

.search-box-bar {
  height: 3rem;
  text-align: right;
  line-height: 3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.edit {
  margin: 0 auto;
  padding: 1rem;
  background-color: #fff;
  border-radius: 0.25rem;
}

.edit_ {
  margin: 0 auto;
  height: 90.5vh;
  overflow: auto;
}

.edit-form {
  box-sizing: border-box;
  position: relative;
  margin: 0 0.25rem;
  padding: 3rem 0 2rem;
  background-color: #fff;
  border-top: solid 2px #36cfc9;
  box-shadow: 0 0.1rem 0.2rem 0.05rem #cce;
}

.table {
  box-sizing: border-box;
  background-color: #fff;
  border-left: solid 1px #cce;
  border-right: solid 1px #cce;
  border-bottom: solid 1px #cce;
}

.table-alt {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.table-sub {
  box-sizing: border-box;
  margin: 0 0.5rem;
}

.concern-device {
  height: 50%;
}

.report-card-content-sub {
  width: 100%;
  height: 10rem;
}

.thead {
  padding-left: 1rem;
  background-color: #e3e8ec;
  height: 2rem;
  border: solid 1px #fff;
}

.tcell {
  padding-left: 1rem;
  background-color: #fff;
  height: 2rem;
  border: solid 1px #fff;
}

.tcell-dark {
  padding-left: 1rem;
  background-color: #f3f3f3;
  height: 2rem;
  border: solid 1px #fff;
}

.article {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.article-item {
  flex: 0 0 50%;
  background-color: #fff;
}

.article-item-title {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.5rem;
}

.article-item-body {
  width: 100%;
  height: 10rem;
}

.report {
  position: "relative";
  background: "#fff";
  overflow: auto;
}

.report-header-tab {
  height: 3rem;
  line-height: 3rem;
}

.report-date {
  height: 2rem;
  line-height: "2rem";
  text-align: center;
  font: bolder 1.25rem/3rem "PingFangSC-Regular";
}

.list-detail-item {
  flex: 0 1 33%;
}

.template {
  position: absolute;
  right: 3rem;
  top: 0;
  box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem #dde;
}

.chartRef {
  overflow: auto;
  background: #fff;
}

.upfile-div {
  position: relative;
  margin-top: 0.25rem;
  width: 100%;
  height: 2rem;
}

.upfile {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  opacity: 0;
}

.upfile-btn {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  color: #667;
  border: solid 1px #ccd;
  border-radius: 0.25rem;
  text-indent: 0.75rem;
  overflow: hidden;
}

.chartInfo {
  display: flex;
  height: 1.5rem;
  line-height: 1.5rem;
  width: 100%;
}

.echart {
  width: 100%;
  height: 225px;
}

.chartbox {
  padding: 1rem 0;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: #dde 0.15rem 0.15rem 0.1rem 0.1rem;
}

.role_check {
  margin-left: 1rem;
}

.form-title {
  height: 2rem;
  text-align: center;
  color: #fff;
  font: bolder 1rem/2rem "Microsoft YaHei";
  background: linear-gradient(45deg, #86b1d8, #83ac65);
  border-radius: 0.25rem 0.25rem 0 0;
}

.reset-default {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(225, 225, 225, 0.25);
}

.footer {
  position: absolute;
  left: 0;
  bottom: 2.5%;
  color: #fff;
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
}

.main-footer {
  position: fixed;
  right: 1rem;
  bottom: 0.25rem;
  color: rgba(100, 100, 100, 0.5);
  font-size: 0.8rem;
  text-align: right;
}

.navibar {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 2rem;
  margin: 0;
  display: flex;
  z-index: 1;
}

.navibar-tab {
  flex: 0 1 12.5%;
  background: #eee;
  background-image: linear-gradient(#e0e9ef, #eee);
  height: 2rem;
  line-height: 2rem;
  display: flex;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 1rem;
  border: solid 1px #ccc;
  overflow: hidden;
  justify-content: center;
}

.navibar-title {
  flex: 0 1 85%;
  padding-left: 0.75rem;
  font-weight: bolder;
  cursor: pointer;
}

.navibar-close {
  flex: 0 1 15%;
  text-align: right;
  padding-right: 0.75rem;
  font-weight: bolder;
  cursor: pointer;
}

.tab-select {
  background: #fff;
  color: #4f6a92;
  border-bottom: none;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ant-table-header{
  margin-bottom: 0 !important;
}

.ant-menu-item > a:hover {
  color: #52b791;
}

.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
  color: #52b791;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}
.ant-menu-item-selected {
  color: #52b791;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #52b791;
}

.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #52b791;
}

.test-main {
  background: #fff;
  height: 100%;
  margin-left: 0.15rem;
  padding-top: 0.5rem;
  border: solid 1px #ddf;
  border-top: solid 2px #52b58f;
}

.test-form {
  border-bottom: solid 1px #ddf;
}

.test-box {
  margin: 0 auto;
  width: 90%;
}

.test-title {
  text-align: left;
  font: bolder 1rem/2rem "Microsoft YaHei";
}

.test-content {
  text-align: left;
  padding: 0.75rem;
  width: 100%;
  overflow-y: auto;
  height: 20rem;
  background: #eef;
}

.user-table > div > div > div > div > div > table > tbody > tr > td {
  padding: 8px 16px;
}

.report_switch {
  background: #36cfc9;
}

.import-msg {
  height: 3rem;
  font: 1.1rem/3rem "Microsoft YaHei";
}

.chartInfo {
  margin: 0.5rem auto;
  display: flex;
  height: 3rem;
  width: 100%;
  background: #f1f0f5;
  border-radius: 0.5rem;
  overflow: hidden;
}

.chartInfo-item {
  flex: 0 1 25%;
  padding-left: 1rem;
  text-align: left;
  font: 0.9rem/3rem "Microsoft YaHei";
  color: #4a5a6a;
  overflow: hidden;
}

.chartInfo-value {
  font: bolder 1.1rem "Microsoft YaHei";
  color: #4a5a6a;
}

.dateItem {
  height: 2.5rem;
  width: 2rem;
}

.dateItem-date {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  font: bolder 1rem/2rem "Microsoft YaHei";
  color: #979cc2;
  cursor: pointer;
}

.dateItem-dot {
  margin: 0.15rem auto 0;
  width: 0.35rem;
  height: 0.35rem;
  background: #c3c5de;
  border-radius: 50%;
}

.ant-calendar-selected-day > .dateItem > .dateItem-date {
  background: #40a9fc;
  color: #fff;
}

.ant-calendar-last-month-cell > .dateItem > .dateItem-date,
.ant-calendar-next-month-btn-day > .dateItem > .dateItem-date {
  color: #c0c0d0;
}

.ant-calendar-disabled-cell > .dateItem > .dateItem-date {
  color: #e2e1f1;
  cursor: default;
}

.ant-calendar-disabled-cell > .dateItem > .dateItem-dot {
  background: #ffffff;
  border-radius: none;
}

.online {
  color: #17d292;
}

.offline {
  color: #777;
}

.now-date {
  float: right;
  font: bolder 1.25rem/3rem "Microsoft YaHei";
  margin-right: 0.8rem;
}

.ant-drawer-header {
  background: #2f4050;
  border-bottom: none;
}

#sider-btn {
  display: none;
}

.login-img {
  height: 3rem;
}

.index-date-picker-mobile {
  display: none;
}

.user-search-mobile {
  display: none;
}

.user-table-mobile {
  display: none;
}

.loading-page {
  text-align: center;
  background: rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 100%;
}

.mobile-style {
  display: none;
}

.main-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
}

.main-loading-img {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 10rem;
  height: 10rem;
  margin-left: -5rem;
  margin-top: -5rem;
  z-index: 9999;
}

.search-device {
  border: none;
  border-bottom: solid 1px #e2e2e2;
}

.online-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #53b791;
  margin: 0.45rem 0.2rem 0 0;
  float: left;
}

.offline-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #aaa;
  margin: 0.45rem 0.2rem 0 0;
  float: left;
}

.import-input {
  display: none;
}

.ant-calendar-picker-input,
.ant-calendar-picker .ant-calendar-picker-input {
  border-width: 0px;
  border: none;
  outline: none;
}

.ant-calendar-picker-icon {
  font-size: 1.25rem;
}

.ecc-header {
  box-sizing: border-box;
  height: 2.5rem;
  font: bold 0.9rem/1.5rem "Arial";
  padding: 0.5rem;
}

.ecc-sep-line {
  color: #ddd;
  height: 0;
  border: none;
  border-top: solid 1px #ddd;
}

.ecc-amount {
  color: #2bad86;
  font-size: 1.2rem;
}

.ecc-list {
  box-sizing: border-box;
  padding: 0.5rem;
}

.ecc-down {
  font-size: 1rem;
  width: 25%;
  cursor: pointer;
  border: solid 1px #52b58f;
  border-radius: 0.25rem;
  margin: 0 auto;
  text-align: center;
  color: #52b58f;
  overflow: hidden;
}

.update-box {
  box-sizing: border-box;
  line-height: 4.5rem;
  background-color: #fff;
  /*border-top: solid 2px #52B791;*/
  border: solid 1px #cce;
  /*border-right: solid 1px #cce; */
  /*border-bottom: solid 1px #cce;*/
}

.app-title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.5rem;
  font-weight: bold;
  font-size: 1.25rem;
}

.icon-ios {
  width: 1.75rem;
  height: 1.75rem;
  background-image: url(/ios.svg);
  background-size: 100% 100%;
}

.icon-android {
  background-image: url(/android.svg);
}

.card-item {
  display: flex;
  overflow: hidden;
}

.card-item-left {
  padding-right: 0.5rem;
  width: 6rem;
  text-align: right;
}

.card-item-right {
  flex: 50%;
  text-align: left;
}

.org-search {
  width: 150px;
  margin-right: 1rem;
  text-align: left;
}

.index-alarm {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  width: 20rem;
  height: 24rem;
  margin-top: -8rem;
  background-color: #f3fffd;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.375rem 0.25rem #dcdcdc;
  z-index: 999;
}

.index-alarm-alt {
  box-sizing: border-box;
  width: 3rem;
  height: 3rem;
  margin-top: -8.5rem;
  padding: 0.25rem;
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.index-alarm-head {
  width: 100%;
  height: 2rem;
  display: flex;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.index-alarm-head-icon-l,
.index-alarm-head-icon-r {
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
}

.index-alarm-head-text {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font: bold 1rem/2rem "Microsoft YaHei";
}

.index-alarm-icon {
  position: relative;
  box-sizing: border-box;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #0bb78f;
  box-shadow: 0 0 0.35rem 0.12rem #ccc;
  padding: 0.6rem 0.75rem 0.9rem;
}

.index-alarm-red {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #fb474e;
  color: #fff;
  line-height: 1.1rem;
  font-size: 0.7rem;
  text-align: center;
}

.index-icon {
  color: #2f404f;
  cursor: pointer;
}

.index-alarm-body {
  width: 100%;
  height: 90%;
  overflow: auto;
  padding: 0.5rem;
}

.index-alarm-item {
  width: 100%;
  height: 1.75rem;
  display: flex;
}

.index-alarm-item:hover {
  /*background-image: linear-gradient(135deg, rgba(90,128,252,.95), rgba(98,207,137,.95));*/
  background-color: #ffce3a;
}

.index-alarm-item-l {
  flex: 0 1 22.5%;
  color: #4f4141;
  font: 0.75rem/1.75rem "Microsoft YaHei";
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-alarm-item-m1 {
  flex: 0 1 21%;
  color: #4f4141;
  font: 0.75rem/1.75rem "Microsoft YaHei";
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-alarm-item-m2 {
  flex: 0 1 37.5%;
  color: #fb474e;
  font: 0.75rem/1.75rem "Microsoft YaHei";
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.2rem;
}

.index-alarm-item-r {
  flex: 0 1 19%;
  color: #008aff;
  font: 0.75rem/1.75rem "Microsoft YaHei";
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  text-align: center;
}

.alarm-float {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.alarm-float-body {
  position: relative;
  width: 88%;
  height: 85%;
  background-image: linear-gradient(45deg, #fbfbfb, #e0e0e0);
  border-radius: 0.25rem;
  padding: 2rem 1.5rem 1.5rem;
}

.alarm-float-x {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  cursor: pointer;
}

.alarm-float-bar {
  width: 100%;
  height: 2.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.alarm-float-bar-text {
  width: 10rem;
  height: 2rem;
  font: bold 1rem/2rem "Microsoft YaHei";
  padding-left: 1rem;
}

.alarm-float-bar-search {
  width: 100%;
  height: 2rem;
}

.alarm-float-list {
  width: 100%;
  height: 90.5%;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  margin-top: 1rem;
  align-content: flex-start;
}

.alarm-float-item {
  width: 8.5rem;
  height: 13.5rem;
  padding: 0.75rem 0.5rem;
}

.alarm-float-item-sub_ {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.25rem 0.1rem #ddd;
}

.alarm-float-item-sub {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.25rem 0.1rem #ddd;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: blinkblink;
  animation-name: blinkblink;
  animation-iteration-count: infinite;
}

@keyframes blinkblink {
  25% {
    box-shadow: 0 0 0.375rem 0.1rem #fb474e;
  }
  50% {
    box-shadow: 0 0 0.375rem 0.1rem #ddd;
  }
  75% {
    box-shadow: 0 0 0.375rem 0.1rem #fb474e;
  }
  100% {
    box-shadow: 0 0 0.375rem 0.1rem #ddd;
  }
}

.alarm-float-pic {
  box-sizing: border-box;
  width: 7.5rem;
  height: 6rem;
  padding: 0.5rem 1.25rem;
}

.alarm-float-pic-pic {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.alarm-float-name {
  width: 100%;
  height: 1.75rem;
  font: bold 1rem/1.75rem "Microsoft YaHei";
  text-align: center;
  color: #202b36;
}

.alarm-float-mac {
  width: 100%;
  height: 1.25rem;
  font: bold 0.75rem/1.25rem "Microsoft YaHei";
  text-align: center;
  color: #6c757e;
  cursor: pointer;
}

.alarm-float-val {
  width: 100%;
  height: 3rem;
  color: #202b36;
}

.alarm-float-val-upper {
  width: 100%;
  height: 1.5rem;
  font: 1rem/1.5rem "Microsoft YaHei";
  text-align: center;
  display: flex;
  align-items: center;
}

.alarm-float-val-hr {
  width: 50%;
  display: flex;
  align-items: center;
}

.alarm-float-val-hr-icon {
  width: 2rem;
  height: 1.5rem;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.alarm-float-val-text {
  font: bold 0.9rem/1.5rem "Microsoft YaHei";
  text-align: center;
  color: #555;
}

.alarm-float-val-text-alt {
  font: bold 0.9rem/1.5rem "Microsoft YaHei";
  text-align: center;
  color: FB474E;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: blinktext;
  animation-name: blinktext;
  animation-iteration-count: infinite;
}

@keyframes blinktext {
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.alarm-float-val-lower {
  width: 100%;
  height: 1.5rem;
  font: bold 0.9rem/1.5rem "Microsoft YaHei";
  border-top: solid 1px #ddd;
  text-align: center;
  color: red;
  display: flex;
  justify-content: center;
  align-items: center;
}

.alarm-float-val-lower-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.alarm-search {
  border: none;
}

.full-img {
  width: 100;
  height: 100%;
}

.ant-select-selection-selected-value {
  width: 100%;
}

.login-item {
  width: 100%;
  height: 3rem;
  box-sizing: border-box;
  padding: 0.25rem 18%;
}

.login-item-sub {
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  border-radius: 0.25rem;
  box-sizing: border-box;
  padding: 0 0.5rem;
  border: solid 1px rgba(0, 0, 0, 0);
}

.login-item-sub:hover {
  border: solid 1px #008aff;
}

.login-item-msg {
  width: 100%;
  height: 1rem;
  padding: 0 18%;
  line-height: 1rem;
  color: #fb474e;
  font-size: 0.8rem;
}

.login-input-item {
  width: 100%;
  margin: 0 0.5rem;
  font-variant: tabular-nums;
  list-style: none;
  display: inline-block;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  border: none;
}

.login-submit {
  width: 100%;
  height: 2.5rem;
  border-radius: 0.25rem;
  background: #008aff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.login-message {
  position: fixed;
  top: 2rem;
  left: 50%;
  width: 12rem;
  line-height: 2rem;
  padding: 0.5rem;
  margin-left: -6rem;
  background: rgba(225, 225, 225, 0.75);
  box-shadow: 0 0 0.15rem 0.05rem rgba(128, 128, 128, 0.35);
  color: #222;
  display: none;
  z-index: 999;
  text-align: center;
  border-radius: 0.25rem;
}

.device-alarm {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.device-alarm-item {
  flex: 0 0 100%;
  height: 3rem;
  display: flex;
}

.device-alarm-label {
  flex: 0 0 40%;
  height: 3rem;
  line-height: 3rem;
  overflow: hidden;
}

.device-alarm-value {
  flex: 0 0 60%;
  height: 3rem;
  line-height: 3rem;
  align-items: center;
}

th.my-table-head {
  /* background-color: #fff !important; */
  color: #4f6a92 !important;
  font-weight: 600 !important;
  padding: 0.75rem !important;
}

.ant-table-pagination {
  padding: 0 !important;
  margin: 0.5rem !important;
}

.ant-table-expand-icon-th {
  background-color: #fff !important;
}

.modal-user-title {
  position: absolute;
  top: 0.75rem;
  right: 0;
  width: 3rem;
  height: 1.5rem;
  text-align: center;
  cursor: pointer;
  font-size: 0.8rem;
  border: solid 1px #58afff;
  color: #58afff;
}

.real-title {
  position: relative;
  height: 2.5rem;
  font: bolder 1.25rem/2.5rem "Microsoft YaHei";
  color: #55667a;
  text-align: center;
  border-bottom: solid 1px #ddf;
}

.real-report {
  position: absolute;
  top: 0;
  right: 1.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: right;
  color: #44c27f;
  font-size: 1rem;
  cursor: pointer;
}

.real-head {
  height: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  margin: 0.5rem 1rem;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.35rem 0 #cdf;
}

.real-head-item-1 {
  flex: 0 0 60%;
  height: 100%;
  display: flex;
  align-items: center;
}

.real-head-item-2 {
  flex: 0 0 40%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.real-mac {
  flex: 0 0 30%;
  color: #9e9a9b;
  overflow: hidden;
}

.real-mac-num {
  color: #232637;
  font: bolder 1.125rem/1.75rem "Microsoft YaHei";
  margin-top: 0.25rem;
  cursor: pointer;
}

.real-mac-type {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.85rem;
}

.real-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #999;
  margin-right: 1rem;
}

.real-spo {
  float: left;
  height: 2rem;
  font: bolder 1.5rem/2rem "Microsoft YaHei";
  color: #ff6e6e;
  text-align: center;
}

.real-direction {
  position: absolute;
  top: 0.85rem;
  right: 1rem;
  display: flex;
  align-items: center;
}

.real-direction-sub {
  width: 5.5rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font: bold 0.8rem/1.8rem "Microsoft YaHei";
  cursor: pointer;
  border: solid 2px #d2d2d2;
  box-sizing: border-box;
  padding-left: 0.5rem;
  border-radius: 0.5rem;
  margin-left: 1rem;
}

.real-direction-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.5rem 0.375rem 0.5rem;
}

.real-direction-info {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
}

.real-inst {
  width: 1.5rem;
  height: 1.5rem;
}

.real-direction-inst {
  width: 20rem;
  height: 15rem;
  position: absolute;
  right: 0.75rem;
  top: 7.5rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0.025rem 0.025rem 0.25rem 0.05rem #d2d2d2;
  box-sizing: border-box;
  padding: 2.5rem;
}

.real-direction-inst-item {
  width: 100%;
  height: 3.5rem;
  display: flex;
}

.real-d-inst-text {
  flex: 0 0 40%;
  line-height: 3.5rem;
}

.real-d-inst-img-box {
  flex: 0 0 60%;
  height: 3.5rem;
}

.real-d-inst-img {
  float: right;
  width: 7rem;
  height: 3.5rem;
  border: dotted 1px #9e9a9b;
}

.real-d-img {
  width: 100%;
  height: 100%;
}

.real-title-alt {
  position: relative;
  height: 3.5rem;
  font: bolder 1.25rem/3.5rem "Microsoft YaHei";
  color: #55667a;
  text-align: center;
  border-bottom: solid 1px #ddf;
}

.real-mac-alt {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  font: bolder 1rem/3.5rem "Microsoft YaHei";
  color: #9e9a9b;
  overflow: hidden;
}

.realtime-alt {
  box-sizing: border-box;
  margin: 1rem auto 0;
  padding: 0.5rem 1.5rem;
  height: 87%;
  width: 98%;
  background: #fff;
  overflow: hidden;
  border: solid 1px #ddf;
  border-top: solid 1px #ddf;
  border-radius: 0.5rem;
}

.real-alt {
  width: 100%;
  height: 265px;
  background: #fff;
}

.real-rate-bar-alt {
  display: flex;
  flex: 0 1 100%;
}

.real-infobox-alt {
  display: flex;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.real-info-bar-alt {
  box-sizing: border-box;
  margin-top: 0.5rem;
  display: flex;
  height: 2rem;
  font: bolder 1rem/2rem "Microsoft YaHei";
  color: #b3b7ba;
}

.real-rate-alt {
  width: 6rem;
  float: left;
  height: 3rem;
  font: bolder 2.25rem/3rem "Microsoft YaHei";
  color: #17d292;
  text-align: center;
}

.realtime {
  box-sizing: border-box;
  padding: 0 1rem 0.5rem;
  height: 25rem;
  width: 100%;
  overflow: hidden;
}

.rt-footer {
  text-align: center;
  font: 0.8rem/1rem "Microsoft YaHei";
  color: #aaa;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  background: #f8f8ff;
}

.real {
  box-sizing: border-box;
  padding: 1rem;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.35rem 0 #cdf;
}

.real-infobox {
  flex: 0 0 15%;
  height: 100%;
  overflow: hidden;
  background: #f8f8f8;
  border-radius: 0.25rem;
}

.real-split {
  margin: 0 auto;
  width: 85%;
  height: 0;
  border: none;
  border-top: solid 1px #e6e6e6;
}

.real-infobox-sub {
  width: 100%;
  text-align: center;
}

.real-infobox-item {
  flex: 0 0 50%;
}

.ri-sub-1 {
  height: 12.5rem;
}
.ri-sub-2 {
  height: 7rem;
  margin-top: 1rem;
  display: flex;
}

.real-infobox-sub-type {
  width: 100%;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.9rem;
  font-weight: bolder;
  margin-top: 1.5rem;
  text-align: center;
}

.rist-1 {
  margin-top: 0.5rem;
}

.real-infobox-sub-foot {
  width: 100%;
  height: 1rem;
  margin-top: 1.25rem;
  text-align: center;
  color: #999;
  font-size: 0.7rem;
}

.real-rate-sub {
  margin-bottom: 0.5rem;
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  font-size: 5rem;
  font-weight: bolder;
  font-family: "Microsoft YaHei";
  color: #17d292;
  text-align: center;
}

.rr-sub-1 {
  color: #ff6e6e;
  font-size: 2.5rem;
  height: 3rem;
  line-height: 3rem;
}

.real-rate-unit-sub {
  width: 100%;
  text-align: center;
  height: 1rem;
  font-size: 0.8rem;
  font-weight: bolder;
  color: #232637;
}

.real-infobox-type {
  width: 100%;
  height: 1.75rem;
  line-height: 1.75rem;
  font-size: 1rem;
  font-weight: bolder;
  margin-top: 2.25rem;
  text-align: center;
}

.real-infobox-foot {
  width: 100%;
  height: 1rem;
  margin-top: 2.5rem;
  text-align: center;
  color: #999;
  font-size: 0.7rem;
}

.real-hr {
  height: 3rem;
  padding: 0 1rem;
  font: bolder 1rem/3rem "Microsoft YaHei";
  color: #b3b7ba;
  background: #fcfbfb;
}

.real-hr-bar {
  box-sizing: border-box;
  margin-top: 0.5rem;
  width: 50%;
  display: flex;
  height: 3rem;
}

.real-hr-bar-left {
  text-align: right;
  margin-right: 0.275rem;
  overflow: hidden;
  height: 3rem;
  font: bolder 1rem/3rem "Microsoft YaHei";
  color: #b3b7ba;
}

.real-info-bar {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font: bolder 1rem/2rem "Microsoft YaHei";
  color: #232637;
  overflow: hidden;
}

.bar-1 {
  flex: 0 0 30%;
}
.bar-2 {
  flex: 0 0 20%;
}
.bar-3 {
  flex: 0 0 20%;
  color: #999;
  box-sizing: border-box;
  padding-left: 1rem;
}
.bar-4 {
  flex: 0 0 60%;
  justify-content: flex-end;
}
.bar-5 {
  justify-content: flex-end;
  color: #999;
  flex: 0 0 40%;
}

.real-info-left {
  flex: 0 1 40%;
  text-align: right;
  margin-right: 0.275rem;
  overflow: hidden;
  height: 2rem;
}

.real-info {
  flex: 0 1 40%;
  text-align: left;
  margin-left: 0.275rem;
  overflow: hidden;
  height: 2rem;
  font: bolder 1rem/2rem "Microsoft YaHei";
  color: #b3b7ba;
}

.real-rate-left {
  width: 10rem;
  float: left;
  height: 3rem;
  margin-left: 1rem;
  font: bolder 1rem/3rem "Microsoft YaHei";
  color: #b3b7ba;
}

.real-rate {
  margin-top: 1.5rem;
  width: 100%;
  height: 7.5rem;
  font: bolder 5rem/7.5rem "Microsoft YaHei";
  color: #17d292;
  text-align: center;
}

.real-rate-unit {
  margin-top: 1.5rem;
  width: 100%;
  text-align: center;
  height: 1.5rem;
  font-size: 0.8rem;
  font-weight: bolder;
  color: #232637;
}

.real-rate-rr {
  color: #29b6f4;
}

.list-detail {
  width: 100%;
  display: flex;
}

.real-box {
  display: flex;
}

.real-rate-chart {
  display: flex;
  flex: 0 0 82.5%;
}

.real-rate-chart-sub {
  padding: 0 1rem;
  height: 220px;
  width: 100%;
  box-sizing: border-box;
}

.real-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8ff;
  z-index: 9;
  overflow: auto;
}

.real-fixed-sub {
  width: 100%;
  height: 100%;
}

.real-user-info {
  padding: 1.25vw;
}
.real-user-info .leftside {
  color:#1A1A1A ;
}
.real-user-info .leftside .line1 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.real-user-info .leftside .name{
  font-size: 1.875vw;
}
.real-user-info .leftside .sex{
  color: #26C89C;
  font-size: 0.8333vw;
  margin-left: 0.5208vw;
}
.real-user-info .leftside .age{
  font-size: 1.3542vw;
  margin-left: 1.0417vw;
}
.real-user-info .leftside .age span{
  color: #8F8F8F;
  font-size: 0.7813vw;
  margin-right: 1.3021vw;
}
.real-user-info .leftside .status{
  background: #FD9F9F;
  border-radius: 6px 6px 6px 6px;
  color: #F9F9F9;
  font-size: 0.8333vw;
  padding:3px 5px;
  margin-left: 0.7813vw;
}
.real-user-info .leftside .line2{
  display: flex;
  align-items: center;
}
.real-user-info .leftside .line2 img {
  height: 1.4583vw;
  vertical-align: sub;
}
.real-user-info .leftside .phone{
  font-size: 1.3542vw;
  font-family: 'Alibaba PuHuiTi 2.0-85 Bold, Alibaba PuHuiTi 20';
}
.real-user-info .leftside .address{
  margin-left: 2.0833vw;
  font-size: 1.0417vw;
}
.real-user-info .no-user{
  font-size: 1.25vw;
}

.api {
  position: relative;
  background: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  padding: 1rem;
}

.api-head {
  font-size: 1.125rem;
  font-weight: bold;
  height: 3rem;
  line-height: 3rem;
}

.api-item {
  display: flex;
  height: 2rem;
  line-height: 2rem;
  width: 100%;
}

.api-item-l {
  width: 7rem;
}

.api-item-r {
  width: 20rem;
}

.illo-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(45deg, #356dab, #2bad86);
  justify-content: center;
  align-items: center;
}

.illo {
  display: block;
  width: 20vw;
  height: 20vh;
  background: rgba(0, 0, 0, 0);
  cursor: move;
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/********************************************************** SubOrgItem ***********************************************************/
.org-modal {
  width: 100%;
  height: 52.75vh;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  align-content: flex-start;
  box-sizing: border-box;
}
.org-item {
  position: relative;
  width: 15rem;
  height: 7rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  padding: 1rem 2rem;
  margin: 0.75rem 1rem;
  color: #fff;
  background-image: linear-gradient(rgb(97, 97, 190), rgb(129, 129, 222));
  box-shadow: rgba(97, 97, 190, 0.2) 4px 4px 12px;
  font-weight: bolder;
}
.org-go {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  width: 100%;
  height: 1.35rem;
}
.org-go > img {
  width: 1.35rem;
  height: 1.35rem;
}
.org-go-alt {
  font-size: 0.85rem;
  font-weight: normal;
  color: #ddd;
}

/* =============================== HOTEL ================================ */

.hotel-search-add {
  width: 5rem;
}

.hotel-search-sub {
  flex: 0 0 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hotel-search-sub-sub {
  flex: 0 0 60%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hotel-search-sub-op {
  flex: 0 0 40%;
  height: 100%;
}

.hotel-search-sub-item {
  margin-left: 1rem;
}

.hotel-search-btn {
  margin-right: 1rem;
}

.real-stat {
  height: 3.5rem;
  display: flex;
  align-items: center;
  margin: 0.25rem 1rem;
  box-sizing: border-box;
  padding: 0.25rem 1rem;
}

.real-spo2,
.real-temp {
  width: 12.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.1rem;
}

.real-temp {
  width: 10rem;
}

.real-spo2-value,
.real-temp-value {
  width: 4rem;
  text-align: center;
  font-size: 1.5rem;
  color: #ff6e6e;
}

.real-spo2-value {
  color: #17d292;
}

.real-update-time {
  color: rgba(0, 0, 0, 0.3);
}

.real-temp-icon,
.real-spo2-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}
.tips-icon {
  margin-left: 10px;
}
.tips {
  margin: 0;
  line-height: 20px;
  display: inline-block;
  width: calc(100% - 89px);
  margin-left: 5px;
  vertical-align: middle;
}
.usertitle {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.infomess .ant-form-item-control-wrapper {
  margin-left: 5px;
}
/* =============================== 套参管理 ================================ */
.charge-platter-seacher {
  width: 100%;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #c0c0d0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.device_detail_box .device_header{
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.device_detail_box  .info-block {
  display: flex;
  align-items: center;
  margin-right: 1.25vw;
}

.device_detail_box .header_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #008aff;
}
.device_detail_box .info-line{
  margin: 8px 0;
}
.device_detail_box .line-2{
  display: flex;
  align-items: center;
}
.device_detail_box .info-img{
  width: 0.8vw;
  margin-right: 8px;
}
.device_detail_box .info-title{
  color: #000;
  font-weight: bold;
  margin-right: 0.625vw;
}
.device_detail_box .info-text{
  color: #000;
  font-weight: bold;
  margin-right: 0.625vw;
}
.blok_item {
  height: 30px;
}
.span_item {
  margin-right: 12px;
}
/* 实时预警信息 */
.ontime_warn_box .ant-table-row {
  cursor: pointer;
}
.ontime_warn_box th.warn_msg_head{
  background: rgba(236,239,242,0.3);
  color: rgba(41,54,68,0.5);
  font-weight: 700;
}
.ontime_warn_all_box th.warn_msg_head{
  background: rgba(236,239,242,0.3);
  color: rgba(41,54,68,0.5);
  font-weight: 700;
}

/* 四级服务详情 */
.call_detail_rapper .ant-modal-header{
  /* border-bottom: none; */
}
.strongMesModal .ant-modal{
  padding: 0;
  box-shadow: 0px 0px 2vw .5vw rgba(247, 84, 91, .5);
}
.strongMesModal .ant-modal img{
  width: 4vw;
}
.strongMesModal .ant-modal .imgBox{
  position: absolute;
  top: -1.5vw;
}
.strongMesModal .ant-modal .ant-modal-close{
  position: absolute;
  width: 1.25vw;
  height: 1.25vw;
  top: 0vw;
  right:2vw;
}
.strongMesModal .ant-modal .ant-modal-close-x{
  width: 1.25vw;
  height: 1.25vw;
}
.strongMesModal .ant-modal .dotBox{
  position: absolute;
  top: -1vw;
  right: -1vw;
}
.strongMesModal .ant-modal .dot{
  width: 2.6vw;
  height: 2.6vw;
  border-radius: 50%;
  background: red;
  text-align: center;
  line-height: 2.6vw;
  color: #fff;
  font-size: 0.9vw;
  font-weight: 700;
}
.strongMesModal .ant-modal .ant-modal-header{
  border: none;
}

.concernt_peoples th.my-table-head{
  background: rgba(236,239,242,0.3) !important;
  color: rgba(41,54,68,0.5) !important;
}
.concernt_peoples .scroll {
  overflow-y: scroll;
  height: 100%;
}
.concernt_peoples .title {
  font-weight: 700;
  font-size: 24px;
  color: #293644;
  font-family: "Source Han Sans CN-Bold";
  padding: 20px;
}
.focus-table {
  border: none;
}
.focus-table .ant-table-tbody tr{
  cursor: pointer;
}
.focus-table .ant-table-header {
  background: rgba(236, 239, 242, 0.3);
}
.focus-table .ant-table-placeholder{
  border-bottom: none;
}
.service_data {
  padding: 1.25vw;
}
.service_data .scroll {
  overflow-y: scroll;
  height: 100%;
}
.service_data #chartLine{
  width: 100%;
  height: 15vw;
}
.service_data .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.625vw;
  margin-right: 0.3125vw;
}
.service_data .title {
  font-weight: 700;
  font-size: 1.25vw;
  color: #293644;
  font-family: "Source Han Sans CN-Bold";
}
.service_data .ant-calendar-picker-input.ant-input {
  background: #fff;
  border: 1px solid #ccc;
  padding-left: 6px;
  width: 200px;
  margin-left: 10px;
}
.service_data .ant-calendar-picker-icon {
  top: 38%;
}
.service_data .flex {
  display: flex;
  background: rgba(236, 239, 242, 1);
  border-radius: 8px;
  padding: 8px;
  margin: 0 4px;
  align-items: center;
  cursor: pointer;
}
.service_data .alarmNum-choosed{
  background: linear-gradient(360deg, #FF7A7F 0%, #F5474E 100%);
  color: #fff;
}
.service_data .userNum-choosed{
  background: linear-gradient(180deg, #246ECD 0%, #3A8BEF 100%);
  color: #fff;
}
.service_data .flex img {
  width: 3vw;
  height: 3vw;
  margin-right: 0.5208vw;
}
.service_data .flex .rightbox {
  width: 23.9583vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service_data .month-picker{
  display: flex;
  justify-content: end;
  margin: 0.625vw 0.3125vw;
}

@media screen and (max-width: 1400px) {
  .service_data .flex img {
    width: 50px;
    height: 50px;
    margin-right: 5px;
  }
}

.service_data .flex p {
  font-weight: 700;
  font-size: 1.875vw;
  font-family: "Source Han Sans CN-Bold";
  margin: 0;
}
.service_data .flex span {
  font-size: 0.8333vw;
  font-weight: 700;
  /* color: rgba(41, 54, 68, 0.5); */
  white-space: nowrap;
  font-family: "Source Han Sans CN-Bold";
}
.service_data .flex .unit {
  margin-left: 8px;
}
#chart {
  /* margin-top: 30px; */
}
.get_on_off .scroll {
  position: relative;
  height: 100%;
}
.get_on_off .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eceff2;
  padding:10px 20px;
}
.get_on_off .header-flex {
  display: flex;
}
.get_on_off .header-flex img {
  width: 50px;
  height: 50px;
  margin-right: 16px;
}
.get_on_off .header-flex p {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 0;
  color: #293644;
}
.get_on_off .header-flex span {
  color: rgba(41, 54, 68, 0.5);
  font-weight: 500;
  font-size: 12px;
}
.get_on_off .header-flex .job {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 8px 4px 8px;
  background: linear-gradient(90deg, #fcaf5e, #ffc524);
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-right: 9px;
}
.get_on_off .notice{
  position: relative;
}
.get_on_off .notice img {
  width: 38px;
  cursor: pointer;
}
.get_on_off .notice span {
position: absolute;
right: 0;
top: 0;
background: #f5222d;
border-radius: 10px;
padding: 0 6px;
color: #fff;
white-space: nowrap;
    text-align: center;
    min-width: 20px;
    height: 20px;
font-size: 12px;
}
.get_on_off .content {
  padding: 10px 10px 0 10px;
  overflow-y: scroll;
  height: calc(100% - 136px);
}
.get_on_off .content::-webkit-scrollbar {
  height: 10px;
  width: 6px;
  background-color: #f5f5f5;
}

.get_on_off .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 0.2;
  background: rgba(37, 37, 38, 0.9);
}

.get_on_off .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #000;
}
.get_on_off .content .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.get_on_off .content .info-btn {
  margin-top: 6px;
  color: #26c89c;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}
.get_on_off .info {
  text-align: center;
  margin-top: 10px;
}
.get_on_off .info .ant-col {
  position: relative;
}
.get_on_off .info .ant-col > div {
  margin: 0px 0 15px 0;
}
.get_on_off .info .ant-col:nth-child(2) > ::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -1.875vw;
  height: 3.75vw;
  width: 1px;
  background: #e0e0e0;
}

.get_on_off .info .ant-col:nth-child(2) > ::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -3.125vw;
  bottom: 0;
  height: 1px;
  width: 6.25vw;
  background: #e0e0e0;
}
.get_on_off .info .ant-col:nth-child(1)::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -3.125vw;
  bottom: 0px;
  height: 1px;
  width: 6.25vw;
  background: #e0e0e0;
}
.get_on_off .info .ant-col:nth-child(4)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -1.875vw;
  left: 1px;
  height: 3.75vw;
  width: 1px;
  background: #e0e0e0;
}
.get_on_off .info p {
  font-weight: 700;
  font-size: 3.3333vw;
  margin-bottom: 0px;
  color: #293644;
}
.get_on_off .info p span {
  margin-left: 0.5208vw;
}
.get_on_off .info span {
  font-weight: 700;
  font-size: 0.8333vw;
  color: rgba(41, 54, 68, 0.5);
}

.get_on_off .bootom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625vw;
  background: linear-gradient(
    180deg,
    rgba(236, 239, 242, 0.3) 0%,
    rgba(236, 239, 242, 0) 100%
  );
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5.2083vw;
}
.get_on_off .bootom .leader-btns{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
}
.get_on_off .bootom .flex {
  display: flex;
  margin-right: 1.5625vw;
  align-items: center;
}
.get_on_off .bootom .flex img {
  width: 1.9792vw;
  height: 1.9792vw;
  margin-right: 0.5208vw;
}
.get_on_off .bootom .flex .times {
  color: #293644;
  font-size: 0.8854vw;
  font-weight: 700;
}
.get_on_off .bootom .flex .clock-btn {
  color: #26c89c;
  font-size: 0.7292vw;
  cursor: pointer;
  font-weight: 700;
}
.get_on_off .bootom .btn {
  color: #fff;
  background: linear-gradient(90deg, #15c081 0%, #55e0e6 100%);
  width: 100%;
  max-width: 12.5vw;
  font-size: 0.9375vw;
  font-weight: 700;
  letter-spacing: 9px;
  height: 2.5vw;
  line-height: 2.5vw;
}
.get_on_off .bootom .btn:focus,.get_on_off .bootom .btn:hover,.get_on_off .bootom .btn:active{
  border: none;
}
.get_on_off .bootom .btn2 {
  color: #26C89CFF;
  background: #fff;
  width: 100%;
  max-width: 12.5vw;
  font-size: 0.9375vw;
  font-weight: 700;
  letter-spacing: 9px;
  height: 2.5vw;
  line-height: 2.5vw;
  border: 2px solid #26C89CFF;
}
.cusinfo-table {
  border: 1px solid #e8e8e8;
}
.clock-count .header {
  display: flex;
  justify-content: space-between;
  color: #293644;
  margin-top: 1.0417vw;
}
.clock-count .header h1 {
  font-size: 1.5625vw;
  font-weight: 700;
  margin: 0;
}
.clock-count .header h1 {
  font-size: 1.5625vw;
  font-weight: 700;
  margin: 0;
}
.clock-count .header img {
  width: 1.0417vw;
  margin: -3px 0 0 5px;
  cursor: pointer;
}
.clock-count .ant-calendar-picker-input.ant-input {
  background: #fff;
  width: 7.2917vw;
  color: #293644;
  font-size: 18px;
  cursor: pointer;
}
.clock-count .ant-calendar-picker-input.ant-input:focus {
  box-shadow: none;
}

.clock-count .ant-calendar-picker-icon {
  top: 38%;
}
.clock-count .tabs {
  display: flex;
  align-items: center;
}
.clock-count .tabs .tab {
  background: #eceff2;
  border-radius: 2.0833vw;
  height: 4z0px;
  width: 8.6458vw;
  text-align: center;
  line-height: 2.0833vw;
  margin-left: 1.0417vw;
  color: rgba(41, 54, 68, 0.5);
  font-size: 0.9375vw;
  cursor: pointer;
}
.clock-count .tabs .tab.active {
  background: #26c89c;
  color: #fff;
}
.clock-count .tab-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.clock-count .tab-content .num {
  font-size: 2.6042vw;
  color: #293644;
  font-weight: 700;
}
.clock-count .tab-content .num span {
  font-size: 1.1458vw;
  color: rgba(41, 54, 68, 0.5);
  font-weight: 400;
}
.clock-count .tab-content .desc {
  font-size: 1.25vw;
  color: #293644;
  font-weight: 700;
}
.clock-count .tab-content .tab {
  display: flex;
  justify-content: space-between;
  width: 70%;
  align-items: end;
  padding: 1.5625vw 0;
}
.clock-count .tab-content .tab.center {
  justify-content: center;
}

.clock-table {
  margin-top: 1.0417vw;
}
.clock-table th.my-table-head{
  background: rgba(236,239,242,0.3) !important;
  color: rgba(41,54,68,0.5) !important;
}
.focus_detailmodel .ant-modal-body{
  background: rgba(236, 239, 242, 0.5);
  padding: 0;
}
.focus_detail .header {
  background: #fff;
  padding: 2.0833vw 1.0417vw;
  border-radius: 6px;
  margin: 0px 0px 0 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.focus_detail .header .user_info {
  display: flex;
  align-items: center;
}
.focus_detail .header .user_info .name {
  font-size: 2.6042vw;
  font-weight: 700;
  color: #293644;
  margin-right: 1.0417vw;
}
.focus_detail .header .user_info .tag {
  background: #c3c1ff;
  border-radius: 8px;
  padding: 2px 8px;
  font-size: 0.9375vw;
  color: #ffffff;
  margin-right: 0.7813vw;
}
.focus_detail .header .user_info .item {
  margin-top: 0.5208vw;
}
.focus_detail .header .user_info .item span {
  color: #293644;
  font-size: 1.25vw;
  margin-right: 1.5625vw;
}
.focus_detail .header .user_info .device {
  color: rgba(41, 54, 68, 0.5);
  font-size: 0.9375vw;
}
.focus_detail .header .user_info span img {
  width: 25px;
  vertical-align: sub;
}
.focus_detail .header .btn {
  border: 2px solid rgba(41, 54, 68, 0.5);
  font-weight: 700;
  color: #293644;
  height: 49px;
    font-size: 18px;
    padding: 0 17px;
  border-radius: 8px;
}
.focus_detail .content {
  display: flex;
}
.focus_detail .content .leftside {
  width: 70%;
  margin: 10px 10px 0 0;
  background: #fff;
  padding:20px 20px 40px 20px;
}
.focus_detail .content .rightside {
  width: 30%;
  margin: 10px 0px 0px 0;
  background: #fff;
  padding:20px 20px 40px 20px;
}
.focus_detail .content .title {
  font-size: 24px;
  font-weight: 700;
  color: #293644;
}
.focus_detail .content .title span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(41, 54, 68, 0.5);
  margin-left: 18px;
}
.focus_detail .content .leftside .box:first-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #eceff2;
}
.focus_detail .content .leftside .box:last-child {
  padding-top: 30px;
}
.focus_detail .content .leftside .box .flex {
  display: flex;
  justify-content: space-between;
}
.focus_detail .tabs {
  display: flex;
  align-items: center;
}
.focus_detail .tabs .tab {
  background: #eceff2;
  border-radius: 40px;
  height: 40px;
  width: 166px;
  text-align: center;
  line-height: 40px;
  margin-left: 20px;
  color: rgba(41, 54, 68, 0.5);
  font-size: 18px;
  cursor: pointer;
}
.focus_detail .tabs .tab.active {
  background: #26c89c;
  color: #fff;
}
.focus_detail .content p {
  margin: 10px 0 0 0;
  font-size: 18px;
  color: #293644;
}
.focus_detail .content p i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #293644;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.focus_detail .tab-content .item {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.focus_detail .tab-content .item .item-name {
  font-size: 22px;
  font-weight: 700;
  color: #293644;
  margin: 0 30px 0 22px;
}
.focus_detail .tab-content .item img {
  width: 50px;
  height: 50px;
}
.focus_detail .tab-content .item-msg p {
  margin: 0;
  font-size: 16px;
  color: #293644;
}
.focus_detail .tab-content .item-msg i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #293644;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.notification{
  margin: 20px;
}
.notification .header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notification .header .title{
  font-size: 40px;
  font-weight: 700;
  color: #293644;
}
.notification .header .opr-btn{
  font-size: 24px;
  font-weight: 700;
  color: rgba(41,54,68,0.5);

}
.notification .header .opr-btn span{
  cursor: pointer;
}
.notification .header .opr-btn .read{
  color: #26C89C;
  margin-left: 40px;

}
.notification .header .opr-btn .read.disable{
  color: #ccc;
  cursor: no-drop;
}
.notification .list {
  max-height: 400px;
  overflow-y: scroll;
}
.notification .nodata{
text-align: center;
}
.notification ::-webkit-scrollbar {
  height: 10px;
  width: 6px;
  background-color: #f5f5f5;
  display: block;
}

.notification ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 0.2;
  background: #b2b2b2e6;
}

.notification ::-webkit-scrollbar-track {
  border-radius: 0;
  background: #fff;
}
.notification .pagination{
  text-align: right;
  margin-top: 10px;
}
.notification .list .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-top: 10px;
  background: #fff;
  border-radius: 6px;
  opacity: 0.5;
}
.notification .list .flex.active{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-top: 10px;
  background: #fff;
  border-radius: 6px; 
  opacity: 1;
}
.notification .list .flex .box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notification .list .flex .box .img{
  width: 80px;
  height: 80px;
  margin-right: 28px;
}

.notification .list  .flex .box .item h1{
  font-size: 22px;
  font-weight: 700;
  color: #293644;
  margin: 0 0 5px -12px;
}

.notification .list  .flex .box .item p{
  font-size: 18px;
  color: #293644;
  margin: 0 0 5px 0;
}
.notification .list  .flex .box .item span{
  font-size: 18px;
  color: rgba(41,54,68,0.5);
}
.notification .list  .flex .delete img{
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.customer-service-info{
  background: #fff;
}
.customer-service-info .tables .table-box .header{
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9375vw;
  font-weight: bold;
  height: 1.6667vw;
  line-height: 1.6667vw;
}
.customer-service-info .title{
  font-size: 24px;
  font-weight: 700;
  color: #293644;
  margin-bottom: 20px;
}
.customer-service-info .table{
  border: none;
}
.customer-service-info th.my-table-head{
  background: rgba(236,239,242,0.3) !important;
  color: rgba(41,54,68,0.5) !important;
}
.customer-service-info .view{
  color: #26C89C;
  cursor: pointer;
}
.transfer .ant-form-item-label label{

  font-size: 18px;
  font-weight: 700;
  color: rgba(41,54,68,0.5);
}
.transfer .cancel-btn{
  background: #ECEFF2;
  margin-right: 45px;
  border: none;
  height: 37px;
  width: 100px;
  color: rgba(41,54,68,0.5);
}
.transfer .cancel-btn:hover,.transfer .cancel-btn:focus,.transfer .cancel-btn:active{
  background: #ECEFF2;
  color: rgba(41,54,68,0.5);
}
.transfer .submit-btn{
  background: linear-gradient(90deg, #55E0E6, #15C081);
  margin-right: 45px;
  border: none;
  height: 37px;
  width: 100px;
  color: #fff;
}
.transfer .submit-btn:hover,.transfer .submit-btn:focus,.transfer .submit-btn:active{
  background: linear-gradient(90deg, #4acdd3, #10c07f);
}
/** 四级事件客服处理饼图 **/
.four_event_sta {
  width: 100%;
  height: 100%;
  padding: 1.25vw;
}
.four_event_sta .title {
  font-size: 1.25vw;
  font-weight: 700;
  color: #293644;
  height: 1.875vw;
  line-height: 1.875vw;
}
.four_event_sta .tabbar-box{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0.625vw 0;
}
.four_event_sta .tabbar-box .tabbar{
  font-size: 0.9375vw;
  font-weight: 700;
  color: rgba(41,54,68,0.5);
  height: 1.875vw;
  line-height: 1.875vw;
  width: 6.25vw;
  background-color: #ECEFF2;
  border-radius: 1.875vw;
  cursor: pointer;
  text-align: center;
}
.four_event_sta .tabbar-box .choosedL{
  color: #293644;
  background-color: #fff;
  border: 1px solid rgba(41,54,68,0.5);
}
.four_event_sta #eventChart {
  height: 18vw;
  width: 100%;
  margin: 0.9375vw auto 0;
}