.top,
.middle,
.bottom {
  display: flex;
  justify-content: space-around;
  flex-shrink: 0;
  margin-top: 1.5rem;
}

.container {
  width: 58.125rem;
  background-size: 58.125rem 19.375rem;
  position: relative;
}

.top,
.middle,
.bottom {
  height: 19.375rem;
}

.title {
  position: absolute;
}

.amount {
  box-sizing: border-box;
  padding: 0 2.5rem 2.5rem 2.5rem;
  display: flex;
  justify-content: space-between;
}

.amount-box {
  width: 16.875rem;
  color: rgba(255, 255, 255, 0.87);
  font-size: 0.875rem;
  margin-top: 4.75rem;
  background-color: #121B39;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  padding: 1.25rem 0;
}

.amount-box .amount-img {
  width: 3.125rem;
  height: 3.125rem;
  background: url(../images/amount-sprit.png) no-repeat;
  background-size: 3.125rem auto;
}

.device-icon {
  background-position: 0 -3.438rem !important;
}

.middle-icon {
  background-position: 0 -6.875rem !important;
}

.amount-box-bottom {
  display: flex;
  width: 100%;
}

.amount-box-bottom-item {
  height: 4.438rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.amount-box-bottom-item:nth-of-type(1) div {
  color: #4795D6;
  font-size: 1rem;
  line-height: 1.125rem;
}

.amount-box-bottom-item:nth-of-type(1) div span {
  font-size: 1.125rem;
  font-weight: bolder;
  margin-right: 0.375rem;
}

.amount-box-bottom-item:nth-of-type(2) div {
  color: #EC396F;
  font-size: 1rem;
  line-height: 1.125rem;
}

.amount-box-bottom-item:nth-of-type(2) div span {
  font-size: 1.125rem;
  font-weight: bolder;
  margin-right: 0.375rem;
}

.amount-warn-icon {
  width: 1.063rem;
  height: 1.063rem;
  display: inline-block;
  background: url(../images/envstate-sprit.png) no-repeat;
  background-size: 1.063rem auto;
  background-position: 0 -1.125rem;
  margin-bottom: -0.1rem;
  margin-left: 0.875rem;
}

.device {
  box-sizing: border-box;
}

.device .swiper-button-next,
.device .swiper-button-prev {
  top: 50%;
}

.device .swiper-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 4.75rem 0 2.5rem 0;
}

.device .swiper-slide {
  font-size: 0.875rem;
  width: 16.188rem;
  border-right: 1px solid #093163;
  color: rgba(255, 255, 255, 0.8);
}

.device .swiper-slide ul {
  margin-left: 3.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.device .swiper-slide ul li:nth-of-type(1) {
  font-size: 1.063rem;
  color: #ffffff;
}

.device .swiper-slide ul li:last-of-type {
  margin-bottom: 0;
  color: rgba(236, 57, 111, 0.8);
}

.device .swiper-slide ul li:nth-of-type(3) span {
  color: #4795D6;
}

.warn {
  width: 37rem;
  background-size: 37rem 17.5rem;
}

.dynamic {
  box-sizing: border-box;
  padding: 1.8rem;
  padding-top: 0;
}

.dynamic-table-thead {
  margin-top: 4rem;
}

.dynamic-table-thead ul {
  display: flex;
  height: 1.75rem;
  line-height: 1.75rem;
  background-color: #2B3875;
}

.dynamic-table-thead li {
  width: 20%;
  box-sizing: border-box;
  border-left: 1px solid #254E91;
  border-right: 1px solid #254E91;
  text-align: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.dynamic-scroll-box li div:last-of-type {
  font-weight: bold;
  color: #EC396F;
}

.dynamic-scroll-box {
  overflow: hidden;
}

#dynamic-list-scrollDiv {
  height: 12rem;
  overflow: hidden;
  background-color: #1E234F;
}

#dynamic-list-scrollDiv li {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  zoom: 1;
  display: flex;
  justify-content: space-between;
}

#dynamic-list-scrollDiv li div {
  width: 20%;
  height: 2rem;
  font-size: 0.875rem;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  border: 1px solid #254E91;
  border-top: 0;
}

#dynamic-list-scrollDiv li div:nth-of-type(1) {
  background-color: transparent;
}

.dynamic-table-thead li:nth-of-type(1),
.dynamic-table-thead li:nth-of-type(2),
.dynamic-table-thead li:nth-of-type(3),
.dynamic-table-thead li:nth-of-type(4),
#dynamic-list-scrollDiv li div:nth-of-type(1),
#dynamic-list-scrollDiv li div:nth-of-type(2),
#dynamic-list-scrollDiv li div:nth-of-type(3),
#dynamic-list-scrollDiv li div:nth-of-type(4) {
  border-right: 0;
}

.environment-container {
  box-sizing: border-box;
  padding: 0 2.5rem;
  display: flex;
  margin-top: 4.75rem;
  justify-content: space-between;
}

.environment-box,
.state-box {
  width: 48.5%;
  height: 12.125rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  flex-shrink: 0;
  border: 1px solid #0E4374;
  box-sizing: border-box;
  padding: 1.5rem 1.25rem;
  position: relative;
}

.environment-box ul,
.state-box ul {
  height: calc(100% - 2.125rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.environment-box li {
  width: 10.875rem;
}

.environment-now,
.state-isline {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}

.state-box li {
  font-size: 0.75rem;
  width: 10.5rem;
  flex-shrink: 0;
}

.degree {
  width: 11.32rem !important;
}

.degree-circle {
  width: auto !important;
}

.state-box li,
.environment-box li {
  display: flex;
  align-items: center;
  justify-content: start;
}

.progress-bg {
  width: 2.625rem;
  height: 0.625rem;
  background-color: #2B306F;
  border-radius: 0.4375rem;
  position: relative;
  margin-right: 0.5rem;
  -webkit-border-radius: 0.4375rem;
  -moz-border-radius: 0.4375rem;
  -ms-border-radius: 0.4375rem;
  -o-border-radius: 0.4375rem;
}

.progress-main {
  width: 25%;
  height: 0.625rem;
  background-color: #5771E1;
  border-radius: 0.4375rem;
}

.juanlian {
  width: 50%;
}

.state-icon {
  width: 1.25rem;
  height: 1.3125rem;
  background: url(../images/environment-sprit.png) no-repeat;
  background-size: auto 1.3125rem;
  margin-right: 1rem;
  margin-left: 0.25rem;
}

.model {
  background-position: -1.5625rem 0;
}

.level {
  background-position: -3.125rem 0;
}

.state-online-icon,
.environment-warn-icon,
.environment-right-icon {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background: url(../images/envstate-sprit.png) no-repeat;
  background-size: 1.75rem;
  margin-left: 1.5rem;
}

.environment-warn-icon {
  background-position: 0 -1.875rem;
}

.state-online-icon {
  background-position: 0 -3.75rem;
}

.environment-update {
  text-align: right;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  top: 1.25rem;
  right: 2.5rem;
  position: absolute;
}

.environment-update span:nth-of-type(1) {
  margin-right: 0.188rem;
}

.blower-container {
  margin-top: 3.988rem;
  box-sizing: border-box;
  padding: 0 2.5rem;
  height: 11.25rem;
  display: flex;
}

.blower-container ul:nth-of-type(1) {
  width: 35%;
  height: 11.25rem;
  box-sizing: border-box;
  padding-left: 3.125rem;
  margin-top: 1rem;
  border-right: 1px solid rgba(37, 78, 145, 0.6);
}

.blower-container ul:nth-of-type(2) {
  width: 65%;
  height: 11.25rem;
  box-sizing: border-box;
  margin-top: 1rem;
  padding-left: 3.125rem;
}

.blower-icon-item {
  width: calc(100% - 6rem);
  display: flex;
  flex-wrap: wrap;
  height: 5.625rem;
  align-items: center;
}

.blower-icon-item div {
  height: 3.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-right: 0.8125rem;
}

.blower-container li {
  height: 5.625rem;
  line-height: 5.625rem;
  display: flex;
  align-items: center;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.8);
}

.blower-container li div {
  flex-shrink: 0;
}

.blower-name {
  font-size: 1rem;
  height: 7.5rem;
  line-height: 7.5rem;
  color: #FFFFFF;
  width: 5rem;
  margin-right: 1rem;
}

.blower-icon-item div span:nth-of-type(2) {
  line-height: 0.625rem;
  text-align: center;
}

.blower-icon {
  width: 1.8125rem;
  height: 1.8125rem;
  background: url(../images/blower-sprit.png) no-repeat;
  background-size: 1.8125rem auto;
  flex-shrink: 0;
}

.blower-icon-erro {
  background-position: 0 -2rem;
}

.water-pump-icon {
  width: 2.125rem;
  height: 1.563rem;
  background: url(../images/waterpump-icon.png) no-repeat;
  background-size: 2.125rem 1.563rem;
  flex-shrink: 0;
}

.blower-update {
  text-align: center;
  position: absolute;
  top: 1.25rem;
  right: 2.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

.blower-update span:nth-of-type(1) {
  margin-right: 0.188rem;
}

.ingestion {
  box-sizing: border-box;
  padding: 2.5rem;
  padding-top: 0;
}

.ingestion-chart-container {
  margin-top: 3.438rem;
  width: 100%;
  height: calc(100% - 2.5rem);
}

.device-table-box {
  box-sizing: border-box;
  padding: 1.25rem;
  padding-top: 0;
}

.device-table-buru,
.device-table-baoyu {
  width: 100%;
  margin-top: 3.5rem;
}

.device-table-buru-thead li,
.device-table-buru-tbody div,
.device-table-baoyu-thead li,
.device-table-baoyu-tbody div,
.device-table-yufei-thead li,
.device-table-yufei-tbody div,
.device-table-houbei-thead li,
.device-table-houbei-tbody div {
  width: 11.1%;
  height: 2rem;
  float: left;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 0.875rem;
  line-height: 2rem;
  box-sizing: border-box;
}

.device-table-buru-thead,
.device-table-baoyu-thead,
.device-table-yufei-thead,
.device-table-houbei-thead {
  height: 2rem;
  background-color: #2B3875;
}

.device-table-buru-thead li,
.device-table-buru-tbody div,
.device-table-baoyu-thead li,
.device-table-baoyu-tbody div,
.device-table-yufei-thead li,
.device-table-yufei-tbody div,
.device-table-houbei-thead li,
.device-table-houbei-tbody div {
  border-left: 1px solid rgba(37, 78, 145, 0.6);
}

.device-table-buru-thead li:nth-of-type(1),
.device-table-buru-tbody div:nth-of-type(1) {
  width: 16.1%;
}

.device-table-buru-thead li:nth-of-type(2),
.device-table-buru-tbody div:nth-of-type(2) {
  width: 10.6%;
}

.device-table-buru-thead li:nth-of-type(3),
.device-table-buru-tbody div:nth-of-type(3) {
  width: 8.1%;
}

.device-table-buru-thead li:nth-of-type(4),
.device-table-buru-tbody div:nth-of-type(4) {
  width: 13.1%;
}

.device-table-buru-thead li:nth-of-type(6),
.device-table-buru-tbody div:nth-of-type(6) {
  width: 8.1%;
}

.device-table-buru-thead li:nth-of-type(5),
.device-table-buru-tbody div:nth-of-type(5),
.device-table-buru-thead li:nth-of-type(7),
.device-table-buru-tbody div:nth-of-type(7),
.device-table-buru-thead li:nth-of-type(8),
.device-table-buru-tbody div:nth-of-type(8) {
  width: 11.6%;
}

.device-table-buru-thead li:last-of-type,
.device-table-buru-tbody div:last-of-type {
  width: 9.1%;
}

.device-table-buru-thead li:last-of-type,
.device-table-buru-tbody div:last-of-type,
.device-table-baoyu-thead li:last-of-type,
.device-table-baoyu-tbody div:last-of-type,
.device-table-yufei-thead li:last-of-type,
.device-table-yufei-tbody div:last-of-type,
.device-table-houbei-thead li:last-of-type,
.device-table-houbei-tbody div:last-of-type {
  border-right: 1px solid rgba(37, 78, 145, 0.6);
}

.device-table-buru-tbody div,
.device-table-baoyu-tbody div,
.device-table-yufei-tbody div,
.device-table-houbei-tbody div {
  float: left;
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(37, 78, 145, 0.6);
}

.device-table-buru-tbody,
.device-table-baoyu-tbody,
.device-table-yufei-tbody,
.device-table-houbei-tbody {
  height: 12rem;
  overflow-y: auto;
  scrollbar-width: none;
  /*firefox  */
  -ms-overflow-style: none;
  /* IE 10+  */
  overflow-x: auto !important;
}

.device-table-buru-tbody::-webkit-scrollbar,
.device-table-baoyu-tbody::-webkit-scrollbar,
.device-table-yufei-tbody::-webkit-scrollbar,
.device-table-houbei-tbody::-webkit-scrollbar {
  display: none;
  overflow-x: auto !important;
}

.device-table-baoyu-thead li:nth-of-type(1),
.device-table-baoyu-tbody li div:nth-of-type(1),
.device-table-yufei-thead li:nth-of-type(1),
.device-table-yufei-tbody li div:nth-of-type(1),
.device-table-houbei-thead li:nth-of-type(1),
.device-table-houbei-tbody li div:nth-of-type(1) {
  width: 14.1%;
}

.device-table-baoyu-thead li:nth-of-type(2),
.device-table-baoyu-tbody li div:nth-of-type(2),
.device-table-yufei-thead li:nth-of-type(2),
.device-table-yufei-tbody li div:nth-of-type(2),
.device-table-houbei-thead li:nth-of-type(2),
.device-table-houbei-tbody li div:nth-of-type(2) {
  width: 10.1%;
}

.device-table-baoyu-thead li:nth-of-type(3),
.device-table-baoyu-tbody li div:nth-of-type(3),
.device-table-yufei-thead li:nth-of-type(3),
.device-table-yufei-tbody li div:nth-of-type(3),
.device-table-houbei-thead li:nth-of-type(3),
.device-table-houbei-tbody li div:nth-of-type(3) {
  width: 8.1%;
}

.device-table-baoyu-thead li:nth-of-type(4),
.device-table-baoyu-tbody li div:nth-of-type(4),
.device-table-yufei-thead li:nth-of-type(4),
.device-table-yufei-tbody li div:nth-of-type(4),
.device-table-houbei-thead li:nth-of-type(4),
.device-table-houbei-tbody li div:nth-of-type(4),
.device-table-baoyu-thead li:nth-of-type(5),
.device-table-baoyu-tbody li div:nth-of-type(5),
.device-table-yufei-thead li:nth-of-type(5),
.device-table-yufei-tbody li div:nth-of-type(5),
.device-table-houbei-thead li:nth-of-type(5),
.device-table-houbei-tbody li div:nth-of-type(5) {
  width: 9.1%;
}

.device-table-baoyu-thead li:last-of-type,
.device-table-baoyu-tbody li div:last-of-type,
.device-table-yufei-thead li:last-of-type,
.device-table-yufei-tbody li div:last-of-type,
.device-table-houbei-thead li:last-of-type,
.device-table-houbei-tbody li div:last-of-type {
  width: 16.1%;
}

.few {
  width: 100% !important;
  border: 0 !important;
}

.few ul {
  width: calc(100% - 7rem) !important;
  display: block !important;
  background: #1A2049;
  box-sizing: border-box;
  padding: 2rem 2.938rem;
}

.few ul li:first-of-type {
  width: 100%;
  line-height: 1.438rem;
  margin-bottom: 1.5rem;
  margin-right: 0;
}

.few ul li:last-of-type {
  margin-right: 0;
}

.few ul li {
  float: left !important;
  margin-right: 4.375rem;
}

.few2 {
  width: 25.813rem !important;
  border: 0 !important;
  margin-right: 0 !important;
  margin-left: 2.5rem;
}

.few2:last-of-type {
  margin-left: 1.5rem;
}

.few2 ul {
  width: 100% !important;
  display: block !important;
  background: #1A2049;
  box-sizing: border-box;
  padding: 1.563rem 4.25rem;
  padding-right: 0;
  margin: 0 !important;
}

.few2 ul li:first-of-type {
  width: 100%;
  line-height: 1.438rem;
  margin-bottom: 1.5rem;
  margin-right: 0;
}

.few2 ul li:nth-of-type(2n-1) {
  margin-right: 0;
}

.few2 ul li {
  float: left !important;
  margin-right: 4.375rem;
  width: 6.875rem;
  margin-bottom: 1.188rem;
}

.few3 {
  width: 16.688rem !important;
  border: 0 !important;
  margin-right: 0 !important;
  margin-left: 2.5rem;
}

.few3:last-of-type {
  margin-left: 1.5rem;
}

.few3:nth-of-type(2) {
  margin-left: 1.5rem;
}

.few3 ul {
  width: 100% !important;
  display: block !important;
  background: #1A2049;
  box-sizing: border-box;
  padding: 1rem 1.75rem;
  padding-right: 0;
  margin: 0 !important;
}

.few3 ul li:first-of-type {
  width: 100%;
  line-height: 1.438rem;
  margin-bottom: 1.5rem;
  margin-right: 0;
}

.few3 ul li:nth-of-type(2n-1) {
  margin-right: 0;
}

.few3 ul li {
  float: left !important;
  margin-right: 0.5rem;
  width: 6.5rem;
  margin-bottom: 1.188rem;
}

@media screen and (min-device-width: 1782px) and (max-device-width: 1802px) {
  .container {
    height: 18.35rem;
    background-size: 100% 100%;
  }

  .top,
  .middle,
  .bottom {
    height: 18.35rem;
    margin-top: 1.4rem !important;
  }

  .dynamic-table-thead {
    margin-top: 3.5rem;
  }

  .ingestion-chart-container {
    margin-top: 3.438rem;
    width: 100%;
    height: calc(100% - 2.2rem);
  }

  .environment-container {
    margin-top: 4.25rem;
  }
}

@media screen and (min-device-width: 1718px) and (max-device-width: 1738px) {
  .bottom {
    height: 19rem
  }

  .container {
    background-size: 100% 100%;
  }
}