body {
  color: #333;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  background: #999;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #ededed;
}

.main-panel-cont .layui-input,
.main-panel-cont .layui-select,
.main-panel-cont .layui-textarea {
  height: 30px;
  border-radius: 4px;
}
.main-panel-cont .layui-form-mid {
  padding: 5px 0 !important;
  color: #fff !important;
}
.main-panel-cont .layui-form-label {
  padding: 5px 15px !important;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.main-panel-cont .layui-form-item {
  margin-bottom: 20px;
}
.main-panel-cont .layui-form-select .layui-edge {
  border-top-color: #26aa0c;
}
.main-panel-cont .layui-form-select dl {
  top: 32px;
}
.wraper {
  width: 1400px;
  margin: 0 auto;
  min-width: 1400px;
  position: relative;
}
body {
  background-color: #020616;
  /*background-image: url(../images/machine/bg-top.jpg), url(../images/machine/bg-bottom.jpg), url(../images/machine/bg.jpg);*/
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: center 442px, center bottom, center 914px;
}
.main {
  /* background-color: #020616;
  background-image: url(../images/machine/bg-top.jpg), url(../images/machine/bg-bottom.jpg), url(../images/machine/bg.jpg); */
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: center 442px, center bottom, center 914px;
  overflow: hidden;
  min-width: 1400px;
}
.header {
  height: 352px;
  background: url(../images/machine/top.jpg) center top no-repeat;
  position: relative;
  min-width: 1400px;
}
.header::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  margin-left: -201px;
  height: 337px;
  width: 368px;
  background: url(../images/machine/banner-brain.png) center no-repeat;
}
#bannerMask {
  height: 100%;
  width: 100%;
}
.logo {
  width: 556px;
  height: 130px;
  background: url(../images/machine/logo-bg.png) center no-repeat;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -278px;
  text-align: center;
}
.logo img {
  width: 474px;
  /*height: 48px;*/
  padding-top: 38px;
}
.nav {
  height: 90px;
  background-color: #071b2f;
}
.nav-list {
  width: 1400px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-item {
  width: 165px;
  height: 62px;
  text-align: center;
  font-size: 18px;
  line-height: 62px;
  position: relative;
}
.nav-item a {
  position: absolute;
  z-index: 9;
  color: #1c85f2;
  display: block;
  height: 100%;
  width: 100%;
  background: url(../images/machine/nav-bg.png) center no-repeat;
}
.nav-item.act a {
  background: url(../images/machine/nav-bg-act.png) center no-repeat;
  color: #fff;
}
.nav-list .nav-item::after {
  content: "";
  position: absolute;
  bottom: 58px;
  z-index: 1;
  opacity: 0.3;
  transition: all 0.3s;
  font-size: 0;
}
.nav-list .nav-item.act::after {
  opacity: 1;
}
.nav-list .nav-item:nth-child(1)::after {
  background-image: url(../images/machine/nav1.png);
  height: 50px;
  width: 632px;
  left: 68px;
}
.nav-list .nav-item:nth-child(2)::after {
  background-image: url(../images/machine/nav2.png);
  height: 42px;
  width: 465px;
  left: 68px;
}
.nav-list .nav-item:nth-child(3)::after {
  background-image: url(../images/machine/nav3.png);
  height: 35px;
  width: 293px;
  left: 69px;
}
.nav-list .nav-item:nth-child(4)::after {
  background-image: url(../images/machine/nav4.png);
  height: 29px;
  width: 119px;
  left: 72px;
}
.nav-list .nav-item:nth-child(5)::after {
  background-image: url(../images/machine/nav5.png);
  height: 29px;
  width: 51px;
  right: 92px;
}
.nav-list .nav-item:nth-child(6)::after {
  background-image: url(../images/machine/nav6.png);
  height: 35px;
  width: 215px;
  right: 94px;
}
.nav-list .nav-item:nth-child(7)::after {
  background-image: url(../images/machine/nav7.png);
  height: 42px;
  width: 396px;
  right: 86px;
}
.nav-list .nav-item:nth-child(8)::after {
  background-image: url(../images/machine/nav8.png);
  height: 50px;
  width: 564px;
  right: 88px;
}
.nav-list .nav-item.act::before {
  content: "";
  position: absolute;
  bottom: 58px;
  z-index: 9;
  background-image: url(../images/machine/b.png);
}
.nav-list .nav-item:nth-child(1)::before {
  -webkit-mask: url(../images/machine/nav1.png);
  height: 50px;
  width: 632px;
  left: 68px;
  animation: runL 2s linear infinite;
}
.nav-list .nav-item:nth-child(2)::before {
  -webkit-mask: url(../images/machine/nav2.png);
  height: 42px;
  width: 465px;
  left: 68px;
  animation: runL 2s linear infinite;
}
.nav-list .nav-item:nth-child(3)::before {
  -webkit-mask: url(../images/machine/nav3.png);
  height: 35px;
  width: 293px;
  left: 69px;
  animation: runL 2s linear infinite;
}
.nav-list .nav-item:nth-child(4)::before {
  -webkit-mask: url(../images/machine/nav4.png);
  height: 29px;
  width: 119px;
  left: 72px;
  animation: runL 2s linear infinite;
}
.nav-list .nav-item:nth-child(5)::before {
  -webkit-mask: url(../images/machine/nav5.png);
  height: 29px;
  width: 51px;
  right: 92px;
  animation: run 2s linear infinite;
}
.nav-list .nav-item:nth-child(6)::before {
  -webkit-mask: url(../images/machine/nav6.png);
  height: 35px;
  width: 215px;
  right: 94px;
  animation: run 2s linear infinite;
}
.nav-list .nav-item:nth-child(7)::before {
  -webkit-mask: url(../images/machine/nav7.png);
  height: 42px;
  width: 396px;
  right: 86px;
  animation: run 2s linear infinite;
}
.nav-list .nav-item:nth-child(8)::before {
  -webkit-mask: url(../images/machine/nav8.png);
  height: 50px;
  width: 564px;
  right: 88px;
  animation: run 2s linear infinite;
}
@keyframes run {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200px 200px;
  }
}
@keyframes runL {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200px -200px;
  }
}
.main-cont {
  padding-top: 40px;
}
.main-panel {
  width: 1400px;
  min-height: 315px;
  background-image: url(../images/machine/panel-top.png), url(../images/machine/pabel-bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left bottom;
  position: relative;
  padding-bottom: 30px;
}
.main-panel::after {
  content: "";
  position: absolute;
  top: 80px;
  background: url(../images/machine/panel-cont.png) repeat-y;
  width: 100%;
  height: calc(100% - 315px);
}
.main-panel-tit {
  height: 80px;
}
.main-panel-tit h6 {
  height: 52px;
  line-height: 52px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  /*font-weight: bold;*/
}
.main-panel-cont {
  position: relative;
  z-index: 9;
  margin: 0 28px;
  background-color: #fff;
}
.layoutA .main-panel-cont {
  height: 440px;
}
.layoutA .panel-m {
  box-sizing: border-box;
  height: 239px;
  width: 571px;
  padding: 46px 30px;
  background: url(../images/machine/layoutA-panel-m.png) left top no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
}
.layoutA .layui-word-aux {
  padding-left: 20px !important;
  background: url(../images/machine/icon-positioning.png) left center no-repeat;
  cursor: pointer;
}
.layoutA .crops-select .layui-input-inline {
  width: 114px;
}
.layoutB .main-panel-cont {
  height: 475px;
  background: url(../images/machine/layoutB-bg.jpg) left top no-repeat;
  border-radius: 10px;
}
.layoutB .layoutB-t {
  padding-top: 20px;
}
.layoutB-t .layui-input-inline {
  width: 310px;
}
.layoutB .layoutB-b {
  height: 409px;
  padding-left: 9px;
}
.layoutB .layoutB-bl {
  height: 409px;
  width: 441px;
  background: url(../images/machine/layoutB-panel-m-L.png) left top no-repeat;
  float: left;
  box-sizing: border-box;
  padding-top: 66px;
}
.layoutB .layoutB-br {
  height: 409px;
  width: 885px;
  background: url(../images/machine/layoutB-panel-m-R.png) left top no-repeat;
  float: left;
  box-sizing: border-box;
  padding-top: 46px;
}
.layoutB .layui-form-item {
  margin-bottom: 10px;
}
.layoutB .layoutB-br .layoutB-br-hd {
  padding-left: 30px;
}
.layoutB .layoutB-br .layoutB-br-hd .layui-inline:first-child {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.layoutB .layoutB-br .layui-input-inline {
  width: 100px;
}
.layoutB .layoutB-br .layoutB-br-hd .layui-form-label {
  width: 40px;
}
.layoutB-swiper {
  position: relative;
  height: 291px;
  width: 340px;
  margin: 0 auto;
}
.layoutB-swiper .swiper-container {
  height: 291px;
}
.layoutB-swiper .swiper-slide {
  height: 291px;
  width: 340px;
  text-align: center;
}
.layoutB-swiper img {
  height: 254px;
  width: 340px;
  object-fit: cover;
}
.layoutB-swiper p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  margin-top: 16px;
}
.layoutB-swiper .arrow-left {
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  display: block;
  background: url(../images/machine/arr-left.png);
}
.layoutB-swiper .arrow-right {
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  display: block;
  background: url(../images/machine/arr-right.png);
}
.layoutB-br-cont {
  height: 286px;
  width: 826px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.layoutB-br-cont .panel-s {
  border: 1px solid #20d6d9;
  height: 286px;
  width: 261px;
  box-sizing: border-box;
  position: relative;
}
.layoutB-br-cont .panel-s .panel-s-cont {
  height: 100%;
}
.layoutB-br-cont .panel-s::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-left: 3px solid #20d6d9;
  border-top: 3px solid #20d6d9;
}
.layoutB-br-cont .panel-s::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  width: 16px;
  border-right: 3px solid #20d6d9;
  border-top: 3px solid #20d6d9;
}
.layoutB-br-cont .panel-s-cont::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-left: 3px solid #20d6d9;
  border-bottom: 3px solid #20d6d9;
}
.layoutB-br-cont .panel-s-cont::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 16px;
  width: 16px;
  border-right: 3px solid #20d6d9;
  border-bottom: 3px solid #20d6d9;
}
.layoutB-br-cont .panel-s-tit {
  margin-top: 12px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background-image: linear-gradient(
    to right,
    rgba(16, 28, 70, 0),
    rgba(16, 28, 70, 1),
    rgba(16, 28, 70, 0)
  );
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.layoutB-br-cont .panel-s-ft {
  padding-top: 10px;
}
.layoutB-br-cont .layui-input-inline {
  width: 100px;
}
.layoutB-br-cont .layui-form-label {
  padding: 5px 8px !important;
}
.layoutB-br-imgboxA {
  border-radius: 8px;
  height: 164px;
  width: 228px;
  margin: 15px auto;
  overflow: hidden;
}
.layoutB-br-imgboxB {
  border-radius: 8px;
  height: 116px;
  width: 228px;
  margin: 15px auto;
  overflow: hidden;
}
.layoutB-br-imgboxC {
  border-radius: 8px;
  height: 116px;
  width: 228px;
  margin: 15px auto;
  overflow: hidden;
}
.layoutB-br-btn {
  width: 228px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.layoutB-br-btn a {
  display: block;
  box-sizing: border-box;
  height: 34px;
  width: 98px;
  border-radius: 8px;
  color: #60c6ff;
  line-height: 34px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  box-shadow: inset 0 0 9px rgba(0, 150, 255, 0.8);
}
.layoutB-br-btn a.act {
  border: 2px solid #00ffe4;
  color: #00fcff;
  line-height: 30px;
  border-radius: 4px;
  box-shadow: inset 0 0 9px rgba(0, 255, 228, 0.8);
}
.layoutC .main-panel-cont {
  height: 544px;
}

.layoutC .panel-m {
  box-sizing: border-box;
  height: 522px;
  width: 611px;
  padding: 26px 30px;
  background: url(../images/machine/layoutC-panel-m.png) left top no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
}
.layoutC-item {
  display: flex;
  margin: 24px 0;
}
.layoutC-item label {
  width: 110px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  display: block;
  line-height: 33px;
}
.layoutC-item .layoutC-item-cont {
  flex: 1;
  display: flex;
  color: #fff;
}
.layoutC-item .layoutC-item-cont .layui-form-radio {
  display: block;
  box-sizing: border-box;
  text-align: center;
  line-height: 33px;
  height: 33px;
  width: 92px;
  background: url(../images/machine/btn.png) no-repeat;
}
.layoutC-item .layoutC-item-cont .layui-form-radio.layui-form-radioed {
  background: url(../images/machine/btn-act.png) no-repeat;
  box-shadow: 0 0 8px rgba(255, 179, 60, 1);
}
.layoutC-item .layoutC-item-cont .layui-anim {
  display: none;
}
.layoutC-item .layoutC-item-cont .layui-form-radio div {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}
/* .layoutC-item .layoutC-item-cont a {
  display: block;
  text-align: center;
  line-height: 33px;
  height: 33px;
  width: 92px;
  background: url(../images/machine/btn.png) no-repeat;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  margin-right: 10px;
}
.layoutC-item .layoutC-item-cont a:last-child {
  margin-right: 0;
}
.layoutC-item .layoutC-item-cont a.act {
  background: url(../images/machine/btn-act.png) no-repeat;
  box-shadow: 0 0 8px rgba(255, 179, 60, 1);
} */
.layoutC-item h6 {
  color: #fff;
  font-size: 16px;
  /*font-weight: bold;*/
  line-height: 33px;
}

.layoutC-item-l {
  display: flex;
  margin: 24px 0;
}
.layoutC-item-l label {
  width: 110px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  display: block;
  line-height: 114px;
}
.layoutC-item-l .layoutC-item-box {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.layoutC-item-l .panel-s {
  border: 1px solid #20d6d9;
  height: 114px;
  width: 124px;
  box-sizing: border-box;
  position: relative;
}
.layoutC-item-l .panel-s .panel-s-cont {
  height: 100%;
}
.layoutC-item-l .panel-s::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  border-left: 2px solid #20d6d9;
  border-top: 2px solid #20d6d9;
}
.layoutC-item-l .panel-s::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 12px;
  width: 12px;
  border-right: 2px solid #20d6d9;
  border-top: 2px solid #20d6d9;
}
.layoutC-item-l .panel-s-cont::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 12px;
  border-left: 2px solid #20d6d9;
  border-bottom: 2px solid #20d6d9;
}
.layoutC-item-l .panel-s-cont::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 12px;
  width: 12px;
  border-right: 2px solid #20d6d9;
  border-bottom: 2px solid #20d6d9;
}
.layoutC-item-l .panel-s-tit {
  margin-top: 12px;
  margin-bottom: 6px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background-image: linear-gradient(
    to right,
    rgba(16, 28, 70, 0),
    rgba(16, 28, 70, 1),
    rgba(16, 28, 70, 0)
  );
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.layoutC-item-l .panel-s-ft {
  padding-top: 10px;
  padding: 10px 7px;
  display: flex;
  justify-content: space-between;
}
.layoutC-item-l .panel-s-ft .layui-form-radio {
  display: block;
  box-sizing: border-box;
  height: 34px;
  width: 48px;
  border-radius: 8px;
  line-height: 34px;
  text-align: center;
  box-shadow: inset 0 0 9px rgba(0, 150, 255, 0.8);
  padding: 0;
  margin: 0;
}
.layoutC-item-l .panel-s-ft .layui-form-radio.layui-form-radioed {
  border: 2px solid #00ffe4;

  box-shadow: inset 0 0 9px rgba(0, 255, 228, 0.8);
}
.layoutC-item-l .panel-s-ft .layui-anim {
  display: none;
}
.layoutC-item-l .panel-s-ft .layui-form-radio div {
  color: #60c6ff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  display: block;
}
.layoutC-item-l .panel-s-ft .layui-form-radio.layui-form-radioed div {
  color: #00fcff;
  line-height: 30px;
}
/* .layoutC-item-l .panel-s-ft a {
  display: block;
  box-sizing: border-box;
  height: 34px;
  width: 48px;
  border-radius: 8px;
  color: #60c6ff;
  line-height: 34px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  box-shadow: inset 0 0 9px rgba(0, 150, 255, 0.8);
}
.layoutC-item-l .panel-s-ft a.act {
  border: 2px solid #00ffe4;
  color: #00fcff;
  line-height: 30px;
  box-shadow: inset 0 0 9px rgba(0, 255, 228, 0.8);
} */
.layoutD .main-panel-cont {
  height: 544px;
}
.layoutD-hd {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -665px;
  height: 110px;
  width: 1330px;
  box-sizing: border-box;
  padding: 40px 0 0 40px;
  background: url(../images/machine/layoutD-titlebg.png) center center no-repeat;
}
.layoutD-hd .layui-btn {
  height: 34px;
  line-height: 34px;
  border-radius: 8px;
  padding: 0 34px;
}
.layoutD-hd .layui-btn.start {
  background-color: #4cd964;
}
.layoutD-hd .layui-btn.pause {
  background-color: #7a1d29;
}
.layoutD-hd .layui-btn.end {
  background-color: #90622e;
}
.layoutD-popup {
  box-sizing: border-box;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #0c336d;
  background: rgba(0, 49, 112, 0.64) url(../images/machine/layoutD-popup-bg.png) center top no-repeat;
}
.layoutD-popup::before {
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
  height: 7px;
  width: 7px;
  border-left: 3px solid #206ed4;
  border-top: 3px solid #206ed4;
}
.layoutD-popup::after {
  position: absolute;
  top: -1px;
  right: -1px;
  content: "";
  height: 7px;
  width: 7px;
  border-right: 3px solid #206ed4;
  border-top: 3px solid #206ed4;
}
.layoutD-popup-wrap {
  height: 100%;
  width: 100%;
}
.layoutD-popup-wrap::before {
  position: absolute;
  bottom: -1px;
  left: -1px;
  content: "";
  height: 7px;
  width: 7px;
  border-left: 3px solid #206ed4;
  border-bottom: 3px solid #206ed4;
}
.layoutD-popup-wrap::after {
  position: absolute;
  bottom: -1px;
  right: -1px;
  content: "";
  height: 7px;
  width: 7px;
  border-right: 3px solid #206ed4;
  border-bottom: 3px solid #206ed4;
}
.layoutD-popup-tit {
  height: 40px;
  margin-bottom: 10px;
}
.layoutD-popup-tit h6 {
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.layoutD-popup-tit i {
  position: absolute;
  top: 4px;
  right: 16px;
  cursor: pointer;
  background: url(../images/machine/popup-close.png) center center no-repeat;
  height: 30px;
  width: 30px;
}
.layoutD-popup-cont {
  padding-left: 20px;
  padding-bottom: 6px;
}
.layoutD-popup-cont .layui-input-inline {
  width: 60px;
}
.layoutD-popup-cont .layui-form-label {
  width: auto;
  padding: 5px 10px !important;
}
.layoutD-popup-cont .layui-form-mid {
  width: 60px;
  white-space: nowrap;
}
.layoutD-popup-cont .layui-input {
  color: #666;
}
.layoutD-popup-cont .layui-form-item .layui-inline {
  margin-right: 0;
}
.bottom {
  padding-top: 280px;
  height: 150px;
  padding-bottom: 60px;
  color: #fff;
  /*margin-bottom: 20px;*/
  background: url(../images/machine/bg-bottom.png) center top no-repeat;
}
.bottom-l {
  margin-top: 80px;
  float: left;
}
.bottom-l div {
  float: left;
}
.bottom-txt {
  margin: 5px 0 0 20px;
}
.bottom-txt p {
  line-height: 24px;
}
.bottom-c {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -77px;
  width: 154px;
  height: 176px;
}
.bottom-r {
  float: right;
  margin-top: 80px;
}
.bottom-r div {
  float: left;
}
.bottom-r div:first-child {
  margin: 20px 40px 0 0;
}
.bottom-r div p {
  font-size: 12px;
  line-height: 21px;
  text-align: center;
}
.ql .layoutC .main-panel-cont {
  height: 670px;
}
.layoutC .panel-mB {
  box-sizing: border-box;
  height: 121px;
  width: 1324px;
  padding: 46px 30px;
  background: url(../images/machine/layoutC-panel-mB.png) left top no-repeat;
  position: absolute;
  top: 534px;
  left: 10px;
}
.layoutC .panel-mB .layui-inline:first-child {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.layoutC .panel-mB .layui-inline:first-child {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.layoutC .panel-mB .layui-input-inline {
  width: 102px;
}
.ql .layoutD-popup-cont .layui-inline:last-child .layui-form-label {
  width: 164px;
}
.shh .layoutC .main-panel-cont {
  height: 670px;
}
.shh .layoutC .panel-mB {
  padding: 24px 30px;
}
.shh .layoutC .panel-mB .layui-form-label {
  width: 108px;
}
.shh .layoutC .panel-mB .layui-inline {
  margin-bottom: 10px;
}
.shh .layoutC .panel-mB .layui-inline:nth-child(6) {
  margin-left: 112px;
}
.shh .layoutC .panel-mB .layui-form-mid {
  width: 40px;
}
.shh .layoutD-popup {
  width: 720px;
}
.shh .layoutD-popup .layui-form-label {
  width: 70px;
  white-space: nowrap;
}
.shh .layoutD-popup .layui-form-mid {
  width: 40px;
  white-space: nowrap;
}
.shh .layoutD-popup .layui-inline:nth-child(2) .layui-form-label {
  width: 120px;
}
.yz .layoutC .main-panel-cont {
  height: 670px;
}
.yz .layoutC .panel-mB {
  padding: 24px 30px;
}
.yz .layoutC .panel-mB .layui-form-label {
  width: 90px;
}
.yz .layoutC .panel-mB .layui-inline {
  margin-bottom: 10px;
}
.yz .layoutC .panel-mB .layui-inline:nth-child(6) {
  margin-left: 112px;
}
.yz .layoutC .panel-mB .layui-form-mid {
  width: 60px;
  white-space: nowrap;
}
.yz .layoutD-popup-cont .layui-inline:last-child .layui-form-label {
  width: 140px;
}
.main-map {
  height: 800px;
  width: 100%;
  position: relative;
}
#mainMap {
  z-index: 999;
  height: 100%;
  width: 100%;
}
.main-map-Rbar {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.main-map-icon {
  width: 200px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.72);
  overflow: hidden;
  border-radius: 8px;
}
.main-map-icon-item {
  height: 36px;
  margin: 15px 0 15px 15px;
  padding-left: 46px;
  position: relative;
  line-height: 36px;
  font-size: 15px;
}
.main-map-icon-item i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 36px;
  width: 36px;
}
.main-map-icon-item i {
  width: 100%;
  height: 100%;
}
.OL-device {
  position: absolute;
  top: 100px;
  right: 20px;
  z-index: 1001;
  cursor: pointer;
}
.main-panel-m-warning {
  display: none;
  box-sizing: border-box;
  height: 401px;
  width: 611px;
  padding: 20px 30px;
  background: url(../images/machine/main-panel-m-A.png) left top no-repeat;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -306px;
  z-index: 10002;
  color: #fff;
}
.main-panel-m-tit {
  height: 60px;
  border-bottom: 1px dashed #fff;
  overflow: hidden;
}
.main-panel-m-tit h6 {
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
.main-panel-m .close {
  position: absolute;
  top: 46px;
  right: 30px;
  cursor: pointer;
  background: url(../images/machine/popup-close.png) center center no-repeat;
  height: 30px;
  width: 30px;
}
.warning-ct {
  height: 134px;
  position: relative;
  margin-top: 16px;
  margin-bottom: 10px;
  overflow: hidden;
}
.warning-ct-img {
  height: 134px;
  width: 190px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.warning-ct-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.warning-ct-txt {
  padding-left: 210px;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
}
.main-panel-m-warning.pest .warning-ct-txt {
  line-height: 44px;
}
.warning-ct-txt p b:nth-child(3) {
  padding-left: 20px;
}
.warning-cb h6 {
  /*font-weight: bold;*/
  margin-bottom: 6px;
}
.warning-cb div {
  background-color: rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  height: 50px;
  padding: 10px;
}
.warning-cb .layui-btn {
  display: block;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  padding: 0 14px;
  background-color: #0a9421;
  margin: 10px auto;
}
.main-panel-m-ol {
  display: none;
  box-sizing: border-box;
  height: 632px;
  width: 611px;
  padding: 20px 30px;
  background: url(../images/machine/main-panel-m-B.png) left top no-repeat;
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -306px;
  z-index: 10002;
  color: #fff;
}
.main-panel-m-ol .main-panel-m-tit {
  border-bottom: none;
}
.main-panel-m-ol-ct {
  height: 60px;
  margin: 20px 0 16px;
  display: flex;
  justify-content: space-between;
}
.main-panel-m-ol-ct > div {
  display: flex;
}
.main-panel-m-ol-ct > div i {
  height: 50px;
  width: 50px;
  padding: 5px;
  border-radius: 50%;
  background-color: rgba(107, 254, 255, 0.18);
}
.main-panel-m-ol-ct > div img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: rgba(107, 254, 255, 0.12);
}
.main-panel-m-ol-ct > div div {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-panel-m-ol-ct p {
  font-size: 30px;
  font-weight: bold;
}
.main-panel-m-ol-ct span {
  font-size: 14px;
}
.main-panel-m-ol-cb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.device-item {
  border: 1px solid #20d6d9;
  height: 90px;
  width: 260px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  padding: 10px 4px;
}
.device-item-cont {
  height: 100%;
  display: flex;
}
.device-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  border-left: 2px solid #20d6d9;
  border-top: 2px solid #20d6d9;
}
.device-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 12px;
  width: 12px;
  border-right: 2px solid #20d6d9;
  border-top: 2px solid #20d6d9;
}
.device-item-cont::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 12px;
  border-left: 2px solid #20d6d9;
  border-bottom: 2px solid #20d6d9;
}
.device-item-cont::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 12px;
  width: 12px;
  border-right: 2px solid #20d6d9;
  border-bottom: 2px solid #20d6d9;
}
.device-item-img {
  width: 104px;
  height: 100%;
  border-right: 1px solid #fff;
  text-align: center;
}
.device-item-img img {
  margin-top: -5px;
  height: 60px;
  width: 60px;
}
.device-item-img p {
  margin-top: -5px;
  font-size: 12px;
}
.device-item-txt {
  padding-left: 10px;
}
.device-item-txt p {
  height: 34px;
  line-height: 34px;
  padding-left: 30px;
  position: relative;
  font-size: 12px;
}
.device-item-txt p:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background-color: #969ca8;
  box-shadow: 0 0 10px rgba(176, 176, 176, 1);
}
.device-item-txt p.online:after {
  background-color: #71d11c;
  box-shadow: 0 0 10px rgba(113, 209, 28, 1);
}
.main-panel.layout {
  width: 1400px;
  margin: 40px auto;
}
.main-panel.layout .main-panel-cont {
  min-height: 220px;
  border-radius: 10px;
  background: url(../images/machine/layout-bg.jpg) left top no-repeat;
}
.layout-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 20px 0;
}
.layout-item {
  border: 1px solid #20d6d9;
  height: 184px;
  width: 640px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  padding: 18px 10px;
  color: #fff;
  background-color: rgba(11, 21, 50, 0.6);
}
.layout-item-cont {
  height: 100%;
  display: flex;
}
.layout-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  border-left: 2px solid #20d6d9;
  border-top: 2px solid #20d6d9;
}
.layout-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 12px;
  width: 12px;
  border-right: 2px solid #20d6d9;
  border-top: 2px solid #20d6d9;
}
.layout-item-cont::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 12px;
  border-left: 2px solid #20d6d9;
  border-bottom: 2px solid #20d6d9;
}
.layout-item-cont::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 12px;
  width: 12px;
  border-right: 2px solid #20d6d9;
  border-bottom: 2px solid #20d6d9;
}
.layout-item-img {
  width: 210px;
  height: 146px;
  position: relative;
  margin-right: 20px;
}
.layout-item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.layout-item-img p {
  position: absolute;
  top: 0;
  left: 0;
  width: 121px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  background: url(../images/machine/tit-layout.png) left top no-repeat;
}
.layout-item-txt p {
  display: inline-block;
  width: 192px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 34px;
  position: relative;
}
.layout-item-txt p.work-time {
  width: 100%;
}
.layout-item-txt p span {
  font-weight: bold;
}
.layout-item-txt p.working i {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #00ff00;
  margin: 0 10px 0 3px;
}
.main-layout-pagination {
  text-align: center;
}
#pagination {
  text-align: center;
}
.layout-m-d {
  width: 1400px;
  margin: 40px auto;
}
.layout-m-d .main-panel-cont {
  height: 940px;
  box-sizing: border-box;
  background-color: #0c1431;
  border: 1px solid #20d6d9;
  position: relative;
  padding: 18px 11px;
  margin: 0 50px;
}
.layout-m-d .main-panel-wrap {
  height: 100%;
  width: 100%;
}
.layout-m-d .main-panel-cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border-left: 3px solid #20d6d9;
  border-top: 3px solid #20d6d9;
}
.layout-m-d .main-panel-cont::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 15px;
  width: 15px;
  border-right: 3px solid #20d6d9;
  border-top: 3px solid #20d6d9;
}
.layout-m-d .main-panel-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border-left: 3px solid #20d6d9;
  border-bottom: 3px solid #20d6d9;
}
.layout-m-d .main-panel-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 15px;
  width: 15px;
  border-right: 3px solid #20d6d9;
  border-bottom: 3px solid #20d6d9;
}
.layout-m-d .panel-m {
  box-sizing: border-box;
  min-height: 598px;
  width: 436px;
  padding: 46px 30px;
  background-image: url(../images/machine/layout-m-d-panel-m-t.png), url(../images/machine/layout-m-d-panel-m-b.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left bottom;
  position: absolute;
  top: 10px;
  left: 20px;
}
.layout-m-d .panel-m::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  background: url(../images/machine/layout-m-d-panel-m-c.png) repeat-y;
  width: 100%;
  height: calc(100% - 160px);
}
.layout-m-d-cont {
  color: #fff;
}
.layout-m-d-cont-img {
  width: 376px;
  height: 240px;
  position: relative;
  margin-bottom: 10px;
}
.layout-m-d-cont-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.layout-m-d-cont-img p {
  position: absolute;
  top: 0;
  left: 0;
  width: 121px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  background: url(../images/machine/tit-layout.png) left top no-repeat;
}
.layout-m-d-cont-txt p {
  display: inline-block;
  width: 186px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 34px;
  position: relative;
}
.layout-m-d-cont-txt p.work-time {
  width: 100%;
}
.layout-m-d-cont-txt p span {
  font-weight: bold;
}
.layout-m-d-cont-txt p.working i {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #00ff00;
  margin: 0 10px 0 3px;
}
.layout-m-d-cont-btn {
  text-align: center;
  position: relative;
  z-index: 9;
}
.layout-m-d-cont-btn .layui-btn {
  height: 34px;
  line-height: 34px;
  border-radius: 8px;
  padding: 0 34px;
}
.layout-m-d-cont-btn .layui-btn.start {
  background-color: #4cd964;
}
.layout-m-d-cont-btn .layui-btn.pause {
  background-color: #7a1d29;
}
.layout-m-d-cont-btn .layui-btn.end {
  background-color: #90622e;
}
.main-layout-pagination .layui-laypage-count,
.main-layout-pagination .layui-laypage-refresh,
.main-layout-pagination .layui-laypage-skip {
  background: none;
  color: #fff;
}
.main-layout-pagination .layui-laypage a,
.main-layout-pagination .layui-laypage-spr {
  margin: 0 2px 5px;
  border-radius: 5px;
  border: none;
}
.main-layout-pagination .layui-laypage-curr {
  margin: 0 2px 5px;
  border: none;
  background: none;
}
.main-layout-pagination .layui-laypage .layui-laypage-curr .layui-laypage-em {
  border-radius: 5px;
}
.main-layout-pagination .layui-laypage select {
  border-radius: 5px;
  border: none;
}
.main-layout-pagination .layui-laypage-limits {
  background: none;
}
.main-layout-pagination .layui-laypage button {
  border-radius: 5px;
  border: none;
  height: 28px;
  line-height: 28px;
}
.main-layout-pagination .layui-input {
  border-radius: 5px;
  height: 28px;
  border: none;
}
.layoutE .main-panel-cont {
  height: 670px;
}
.zhb .main-panel-list {
  position: absolute;
  top: 20px;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
}
.zhb .panel-m {
  box-sizing: border-box;
  /*height: 239px;*/
  width: 441px;
  padding: 20px 30px;
  background: url(../images/machine/main-panel-m-E.png) left top no-repeat;
  /*color: #fff;*/
}
.layoutE-m-item {
  width: 33.3%;
  float: left;
  height: 42px;
  margin: 15px 0;
  display: flex;
  align-items: center;
}
.layoutE-m-item i {
  background-color: #1966eb;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  margin-right: 5px;
}
.layoutE-m-item h6 {
  font-size: 12px;
}
.layoutE-m-item p {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
.zhb .main-panel-m-tit h6 {
  font-size: 18px;
  /*font-weight: bold;*/
}
.layoutE-m-finfo {
  height: 128px;
  display: flex;
  align-items: center;
}
.layoutE-m-finfo i {
  height: 78px;
  width: 78px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px 0 10px;
}
.layoutE-m-finfo p {
  font-size: 16px;
  line-height: 40px;
}
.layoutE-info {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 338px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.59);
  border-radius: 10px;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
}
.layoutE-info div {
  position: relative;
  margin: 15px auto;
}
.layoutE-info div i {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.layoutE-info div p {
  padding-left: 30px;
  line-height: 20px;
  font-size: 16px;
}
#canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 0\0) {
  .nav-list .nav-item.act::before {
    background-image: none;
  }
}

.radar {
  height: 140px;
  width: 140px;
  position: absolute;
  top: 100px;
  right: 20px;
  cursor: pointer;
  z-index: 1001;
}
.radar.show {
  height: 686px;
  width: 686px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -343px 0 0 -343px;
  z-index: 10001;
}
.radar-cont {
  position: relative;
  height: 100%;
  width: 100%;
  background: url(../images/machine/radar-bg-s.png) center center no-repeat;
  background-size: contain;
}
.radar.show .radar-cont {
  background: url(../images/machine/radar-bg.png) center center no-repeat;
}
.radar-point {
  position: absolute;
  background: url(../images/machine/radar-n.png) center center no-repeat;
  width: 40px;
  height: 40px;
  animation: blips 2s infinite;
  opacity: 0;
  display: none;
}
.radar.show .radar-point {
  display: block;
}
.radar-point.radar-point-w {
  background: url(../images/machine/radar-w.png) center center no-repeat;
}
.radar-point:nth-child(1) {
  top: 20%;
  left: 40%;
  animation-delay: 0.3s;
}
.radar-point:nth-child(2) {
  top: 50%;
  left: 80%;
  animation-delay: 0.6s;
}
.radar-point:nth-child(3) {
  top: 60%;
  left: 40%;
  animation-delay: 0.9s;
}
.radar-point:nth-child(4) {
  top: 70%;
  left: 30%;
  animation-delay: 0.6s;
}
.radar-cont:after {
  content: " ";
  display: block;
  background-image: linear-gradient(44deg, rgba(0, 255, 51, 0) 50%, #00ff33 100%);
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: radar-beam 2s infinite;
  animation-timing-function: linear;
  transform-origin: bottom right;
  border-radius: 100% 0 0 0;
}

@keyframes radar-beam {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blips {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.main-mask {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
@media screen and (min-width: 0\0) {
  .nav-list .nav-item.act::before {
    background-image: none;
  }
}

.map-weather::before {
  background: url(../images/machine/icon-weather.png) center no-repeat;
}
.map-soil::before {
  background: url(../images/machine/icon-soil.png) center no-repeat;
}
.map-pest::before {
  background: url(../images/machine/icon-pest.png) center no-repeat;
}
.map-fertilizer::before {
  background: url(../images/machine/icon-fertilizer.png) center no-repeat;
}
.map-tractor::before {
  background: url(../images/machine/icon-tractor.png) center no-repeat;
}
.map-uav::before {
  background: url(../images/machine/icon-uav.png) center no-repeat;
}
.map-robotA::before {
  background: url(../images/machine/icon-robotA.png) center no-repeat;
}
.map-robotB::before {
  background: url(../images/machine/icon-robotB.png) center no-repeat;
}
.map-icon {
  position: absolute;
  z-index: 999;
  height: 36px;
  width: 36px;
}
.map-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  height: 36px;
  width: 36px;
}
.map-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  animation: hoverimg ease 2s infinite;
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
.map-pestWarning {
  position: absolute;
  cursor: pointer;
  z-index: 999;
  height: 110px;
  width: 93px;
  background: url(../images/machine/icon-pestWarning.png) center no-repeat;
  animation: flashing ease 1s infinite;
}
.map-soilWarning {
  position: absolute;
  cursor: pointer;
  z-index: 999;
  height: 110px;
  width: 93px;
  background: url(../images/machine/icon-soilWarning.png) center no-repeat;
  animation: flashing ease 1s infinite;
}
@-webkit-keyframes hoverimg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  35% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hoverimg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  35% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@-webkit-keyframes flashing {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flashing {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.map-popup {
  box-sizing: border-box;
  min-height: 300px;
  width: 598px;
  padding: 30px;
  background-image: url(../images/machine/map-popup-t.png), url(../images/machine/map-popup-b.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left bottom;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
  display: none;
}
.map-popup::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  background: url(../images/machine/map-popup-c.png) repeat-y;
  width: 100%;
  height: calc(100% - 160px);
  z-index: -1;
}
.map-popup .map-popup-tit {
  height: 60px;
  border-bottom: 1px dashed #fff;
  overflow: hidden;
}
.map-popup .map-popup-tit h6 {
  font-size: 18px;
  line-height: 60px;
  text-align: left;
  font-weight: bold;
  color: #fff;
}
.map-popup .close {
  position: absolute;
  top: 46px;
  right: 30px;
  cursor: pointer;
  background: url(../images/machine/popup-close.png) center center no-repeat;
  height: 30px;
  width: 30px;
}
.map-popup-cont-t {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  margin: 20px 0 0;
}
.map-popup-cont-t div {
  height: 38px;
}
.map-popup-cont-t p {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map-popup-cont-t p:first-child {
  width: 40%;
}
.map-popup-cont-t p:last-child {
  width: 55%;
}
.map-popup-cont-t div:nth-child(3) p {
  width: 100%;
}
.map-popup-cont-t div:nth-child(4) p span {
  position: relative;
}
.map-popup-cont-t div:nth-child(4) p span::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 12px;
  height: 12px;
  background-color: #76c80e;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
.map-popup-b-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mapweather .map-popup-b-item {
  height: 70px;
  border-radius: 8px;
  background-color: #fff;
  width: 165px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-popup-b-item i {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background-color: #1966eb;
  margin-right: 12px;
}
.map-popup-b-item h6 {
  font-size: 14px;
}
.map-popup-b-item p {
  font-size: 20px;
  font-weight: bold;
}
.mapsoil .map-popup-b-item {
  height: 70px;
  border-radius: 8px;
  background-color: #fff;
  width: 165px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.maptractor .map-popup-b-item {
  height: 70px;
  border-radius: 8px;
  background-color: #fff;
  width: 250px;
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.maptractor .map-popup-b-item i {
  margin-left: 20px;
}
.map-popup-b-video {
  height: 300px;
  width: 530px;
  margin: 10px auto;
  border-radius: 10px;
  overflow: hidden;
}
.map-popup-b-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.map-tip {
  position: fixed;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 30;
  background-color: rgba(31, 31, 31, 0.52);
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.52);
  background-clip: border-box;
  z-index: 999;
  display: none;
}
.map-tip-item {
  height: 30px;
  line-height: 30px;
}
.map-tip-item i {
  margin-right: 6px;
}
.map-tip-item.tip-online span::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 9px;
  height: 9px;
  background-color: #76c80e;
  border-radius: 50%;
}

.layoutG .main-panel-cont {
  /* height: 1050px; */
}
.layoutG .panel-m {
  box-sizing: border-box;
  /* height: 1029px; */
  width: 441px;
  padding: 20px 30px 40px;
  /* background: url(../images/machine/main-panel-m-G.png) left top no-repeat; */
  background-image: url(../images/machine/main-panel-m-G-T.png), url(../images/machine/main-panel-m-G-B.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left bottom;
  position: relative;
}
.layoutG .panel-m::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  background: url(../images/machine/main-panel-m-G-C.png) repeat-y;
  width: 100%;
  height: calc(100% - 100px);
  z-index: -1;
}
.layoutG .main-panel-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.layoutG .main-panel-m-cont {
  margin-top: 30px;
}
.layoutG .main-panel-m-cont label {
  width: 82px;
  text-align: left;
  padding: 5px 0 !important;
}
.layoutG .layoutG-s-tit {
  height: 40px;
  border-bottom: 1px dashed #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
.layoutG .layoutG-s-tit h6 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.layoutG .main-panel-m-cont .layui-input-inline {
  width: 280px;
}
.layoutG .main-panel-m-cont p {
  color: #fff;
  line-height: 24px;
  margin: 6px 0;
}
.layoutG .main-panel-m-cont span {
  color: #fff;
}
.layoutG .main-panel-m-cont .layui-input-set input {
  display: inline-block;
  margin-right: 10px;
  width: 220px;
}
.layoutG .main-panel-m-cont-btn {
  margin-top: 40px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.layoutG .layui-btn {
  height: 34px;
  line-height: 34px;
  border-radius: 8px;
  padding: 0 34px;
}
.layoutG .start {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  border-radius: 50%;
  background-color: #76c80e;
  border: 3px solid rgba(118, 200, 14, 0.4);
  background-clip: padding-box;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.layoutG .end {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  border-radius: 50%;
  background-color: #c8200e;
  border: 3px solid rgba(200, 45, 14, 0.4);
  background-clip: padding-box;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.layoutG .layui-btn.confirm {
  background-color: #4cd964;
}
.layoutG .layui-btn.reset {
  background-color: #7a1d29;
}
.layoutF .main-panel-cont {
  height: 460px;
  background: url(../images/machine/layoutF-bg.jpg) left top no-repeat;
}
.layoutF .main-panel-list {
  position: absolute;
  top: 20px;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 9px;
  box-sizing: border-box;
  width: 100%;
}
.layoutF .panel-m:first-child {
  box-sizing: border-box;
  height: 428px;
  width: 360px;
  padding: 20px 30px;
  background: url(../images/machine/main-panel-m-F-L.png) left top no-repeat;
  color: #fff;
}
.layoutF .panel-m:last-child {
  box-sizing: border-box;
  height: 429px;
  width: 965px;
  padding: 20px 30px;
  background: url(../images/machine/main-panel-m-F-R.png) left top no-repeat;
  color: #fff;
}
.layoutF .panel-m:first-child .main-panel-m-img {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 300px;
  height: 170px;
  overflow: hidden;
}
.layoutF .panel-m:first-child .main-panel-m-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.layoutF .panel-s {
  border: 1px solid #20d6d9;
  height: 114px;
  width: 300px;
  box-sizing: border-box;
  position: relative;
  background-color: rgba(11, 21, 50, 0.6);
}
.layoutF .panel-s .panel-s-cont {
  height: 100%;
}
.layoutF .panel-s::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  border-left: 2px solid #20d6d9;
  border-top: 2px solid #20d6d9;
}
.layoutF .panel-s::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 14px;
  width: 14px;
  border-right: 2px solid #20d6d9;
  border-top: 2px solid #20d6d9;
}
.layoutF .panel-s-cont::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 14px;
  width: 14px;
  border-left: 2px solid #20d6d9;
  border-bottom: 2px solid #20d6d9;
}
.layoutF .panel-s-cont::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 14px;
  width: 14px;
  border-right: 2px solid #20d6d9;
  border-bottom: 2px solid #20d6d9;
}
.layoutF .panel-s-cont {
  display: flex;
  align-items: center;
}
.layoutF .panel-s-cont i {
  width: 120px;
  text-align: center;
}
.layoutF .panel-s-cont i img {
  max-width: 100%;
}
.layoutF .panel-s-cont .main-panel-m-txt {
  flex: 1;
}
.layoutF .panel-s-cont .main-panel-m-txt p {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layoutF .panel-m:last-child .main-panel-m-tit h6 {
  text-align: left;
}
.layoutF .panel-m:last-child .main-panel-m-tit h6 span {
  margin: 0 12px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
.layoutF .panel-m:last-child .main-panel-m-tit h6 span.act {
  color: #fff;
}
.layoutF .panel-m:last-child .main-panel-m-item {
  display: none;
  height: 318px;
}
.layoutF .main-panel-m-t {
  height: 70px;
  margin: 15px 0;
}
.layoutF .main-panel-m-b {
  height: 218px;
}
.layoutF .main-panel-m-b-tab {
  height: 30px;
}
.layoutF .main-panel-m-b-tab span {
  margin: 0 12px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
.layoutF .main-panel-m-b-tab span.act {
  color: #fff;
  font-weight: bold;
}
.layoutF .chart {
  height: 188px;
}
.layoutF .main-panel-m-t-item {
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  color: #333;
  width: 166px;
  margin: 0 auto;
}
.layoutF .main-panel-m-t-item h6 {
  font-size: 14px;
}
.layoutF .main-panel-m-t-item p {
  font-size: 20px;
  font-weight: bold;
}
.layoutF .main-panel-m-t-item i {
  height: 42px;
  width: 42px;
  background-color: #1966eb;
  border-radius: 50%;
  margin: 0 10px;
}
.layoutF-weather .main-panel-m-t {
  display: flex;
  justify-content: space-between;
}
.layoutF-swiper {
  position: relative;
  height: 70px;
  width: 880px;
  margin: 0 auto;
}
.layoutF-swiper .swiper-container {
  height: 70px;
}
.layoutF-swiper .swiper-slide {
  width: 166px;
  height: 70px;
}
.layoutF-swiper .arrow-left {
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -8px;
  height: 16px;
  width: 10px;
  display: block;
  background: url(../images/machine/layoutF-arr-l.png);
}
.layoutF-swiper .arrow-right {
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -8px;
  height: 16px;
  width: 10px;
  display: block;
  background: url(../images/machine/layoutF-arr-r.png);
}
.layoutF .panel-m:last-child .main-panel-m-tit {
  position: relative;
}
.layoutF .panel-m:last-child .main-panel-m-tit .layui-form-item {
  position: absolute;
  top: 18px;
  right: 0;
}
.layoutF .panel-m:last-child .main-panel-m-tit .layui-btn {
  height: 26px;
  line-height: 26px;
  border-radius: 4px;
  padding: 0 16px;
  background-color: #289cff;
}
.layoutF .panel-m:last-child .main-panel-m-tit .layui-form-item .layui-input-inline {
  width: 120px;
}
.layoutH .main-panel-cont {
  height: 690px;
  background: url(../images/machine/layoutH-bg.jpg) left top no-repeat;
}
#layoutF-chart-soil {
  height: 188px;
  width: 905px;
}
#layoutF-chart-pest {
  height: 318px;
  width: 905px;
}
.layout-ym .main-panel-cont {
  background: url(../images/machine/layout-ym-bg.jpg) center top no-repeat;
  min-height: 236px;
  padding-bottom: 10px;
}
.ym-select {
  padding-top: 20px;
}
.ym-select .layui-form-label {
  width: 90px;
}
.panel-ym-hd {
  border: 1px solid #20d6d9;
  height: 100px;
  width: 1306px;
  margin: 20px auto 10px;
  box-sizing: border-box;
  position: relative;
  background-color: rgba(11, 21, 50, 0.6);
  color: #fff;
}
.panel-ym-hd .panel-ym-hd-cont {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  padding: 10px 0;
}
.panel-ym-hd::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  border-left: 2px solid #20d6d9;
  border-top: 2px solid #20d6d9;
}
.panel-ym-hd::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 14px;
  width: 14px;
  border-right: 2px solid #20d6d9;
  border-top: 2px solid #20d6d9;
}
.panel-ym-hd-cont::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 14px;
  width: 14px;
  border-left: 2px solid #20d6d9;
  border-bottom: 2px solid #20d6d9;
}
.panel-ym-hd-cont::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 14px;
  width: 14px;
  border-right: 2px solid #20d6d9;
  border-bottom: 2px solid #20d6d9;
}
.panel-ym-hd-l {
  width: 330px;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel-ym-hd-l div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
}
.panel-ym-hd-l div i {
  width: 20px;
  height: 20px;
  margin: 0 6px;
}
.panel-ym-hd-r {
  flex: 1;
  display: flex;
  padding: 0 20px;
  align-items: center;
  text-align: center;
  line-height: 1.6em;
}
.panel-ym-hd-r-c {
  flex: 1;
  margin: 0 20px;
}
.panel-ym-hd-bar {
  height: 8px;
  background-color: #ffdc88;
  position: relative;
}
.panel-ym-hd-bar-percentage {
  height: 8px;
  background-color: #f55322;
}
.panel-ym-hd-tag {
  display: inline-block;
  height: 20px;
  padding-left: 20px;
  margin-left: -7px;
  background: url(../images/machine/ym-tag.png) left center no-repeat;
  position: absolute;
  top: -24px;
  left: 0;
}
.panel-ym-hd-tag span {
  text-decoration: underline;
  padding: 0 4px 0 0;
}
.panel-ym-hd-bar-time {
  position: absolute;
  top: 12px;
  left: 0;
  transform: translateX(-50%);
}
.panel-m-ym {
  box-sizing: border-box;
  min-height: 120px;
  margin: 0 auto 10px;
  width: 1322px;
  padding: 30px;
  background-image: url(../images/machine/layout-ym-panel-m-t.png), url(../images/machine/layout-ym-panel-m-b.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left bottom;
  position: relative;
}
.panel-m-ym::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  background: url(../images/machine/layout-ym-panel-m-c.png) repeat-y;
  width: 100%;
  height: calc(100% - 100px);
  z-index: -1;
}
.panel-m-ym-tit {
  height: 40px;
  border-bottom: 1px dashed #fff;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.panel-m-ym-tit h6 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.panel-m-ym-tit .panel-m-ym-tit-r {
  position: absolute;
  bottom: 6px;
  right: 0;
  color: #fff;
}
.video-box {
  display: flex;
  margin: 20px 0;
}
.video-l {
  height: 500px;
  width: 880px;
  padding-right: 20px;
  box-sizing: border-box;
}
.video-l video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-r {
  height: 500px;
  width: 386px;
  box-sizing: border-box;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  color: #fff;
}
.video-panel-tit {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 10px;
  height: 37px;
}
.video-panel-tit h6 {
  line-height: 36px;
  font-size: 15px;
  display: inline-block;
  border-bottom: 2px solid #0bb0f4;
}
.video-panel-cont {
  padding: 10px 10px 0;
}
.video-play {
  height: 160px;
  position: relative;
}
.play-c-btn {
  position: absolute;
  right: 10%;
  top: 34px;
}
.btn-photo {
  display: block;
  width: 100px !important;
  color: #fff !important;
  margin-bottom: 20px !important;
  background-color: #ef9b17 !important;
  background-image: url(../images/machine/icon-ym-video-photo.png);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
.btn-video {
  display: block;
  width: 100px !important;
  color: #fff !important;
  background-color: #ef4017 !important;
  background-image: url(../images/machine/icon-ym-video-video.png);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
.play-c {
  position: absolute;
  top: 12px;
  left: 15%;
  width: 132px;
  height: 132px;
  box-sizing: border-box;
  border: 2px solid #d1d1d1;
  border-radius: 50%;
  position: relative;
}
.play-c::before {
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 120px;
  width: 120px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.play-c .auto {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #d1d1d1;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 50px;
  color: #333;
  cursor: pointer;
}
.play-c .toup {
  position: absolute;
  top: 12px;
  transform: translate(-50%, 0);
  left: 50%;
  height: 20px;
  width: 20px;
  background: url(../images/machine/ym-c-up.png) center center no-repeat;
  cursor: pointer;
  background-size: contain;
}
.play-c .todown {
  position: absolute;
  bottom: 12px;
  transform: translate(-50%, 0);
  left: 50%;
  height: 20px;
  width: 20px;
  background: url(../images/machine/ym-c-down.png) center center no-repeat;
  cursor: pointer;
  background-size: contain;
}
.play-c .toleft {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
  height: 20px;
  width: 20px;
  background: url(../images/machine/ym-c-left.png) center center no-repeat;
  cursor: pointer;
  background-size: contain;
}
.play-c .toright {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  height: 20px;
  width: 20px;
  background: url(../images/machine/ym-c-right.png) center center no-repeat;
  cursor: pointer;
  background-size: contain;
}
.playcontrol {
  /* display: none; */
}
.playcontrol-rt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn-playcontrol {
  box-sizing: border-box;
  border: none;
  padding: 5px 20px 5px 40px;
  cursor: pointer;
  color: #333;
  border-radius: 3px;
  background-color: #fff;
  background-position: 10px center;
  background-repeat: no-repeat;
  width: calc((100% - 40px) / 3);
  margin: 8px 0;
  white-space: nowrap;
}
.btn-aperture {
  background-image: url(../images/machine/icon-ym-video-aperture.png);
}
.btn-focal {
  background-image: url(../images/machine/icon-ym-video-focal.png);
}
.btn-zoomAdd {
  background-image: url(../images/machine/icon-ym-video-zoom.png);
}
.btn-zoomSub {
  background-image: url(../images/machine/icon-ym-video-zoom2.png);
}
.btn-zoomsys {
  background-image: url(../images/machine/icon-ym-video-set.png);
}
.btn-zoomcall {
  background-image: url(../images/machine/icon-ym-video-call.png);
}
.btn-zoomedit {
  background-image: url(../images/machine/icon-ym-video-edit.png);
}
.playcontrol-rb {
  display: flex;
  flex-wrap: wrap;
}
.playcontrol-rb .btn-playcontrol {
  width: 25%;
  padding-left: 40px;
  margin-right: 0;
}
.playcontrol-rb input {
  height: 30px;
}
.playcontrol-rb .input-sys {
  width: 70%;
  display: inline-block;
  margin-right: 5%;
  vertical-align: top;
  margin-top: 8px;
  margin-bottom: 8px;
}
.playcontrol-rb .layui-form {
  width: 40%;
  display: inline-block;
  margin-right: 5%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.playcontrol-rb .btn-zoomcall {
  margin-right: 5%;
}
.video-panel .layui-input,
.layui-select,
.layui-textarea {
  background: transparent;
  color: #fff;
}
.video-panel .layui-form-select {
  color: #333;
}
.layout-ym-a2 .RT-data {
  position: relative;
}
.layout-ym-a2 .RT-data-item {
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  color: #333;
  width: 166px;
  height: 70px;
  margin: 0 20px 0 0;
}
.layout-ym-a2 .RT-data-item h6 {
  font-size: 14px;
}
.layout-ym-a2 .RT-data-item p {
  font-size: 20px;
  font-weight: bold;
}
.layout-ym-a2 .RT-data-item i {
  height: 42px;
  width: 42px;
  background-color: #1966eb;
  border-radius: 50%;
  margin: 0 10px;
}
.layout-ym-a2 .RT-data-list {
  display: flex;
}
.layout-ym-a2 .history {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  padding: 0 14px;
  background-color: #f5ac0e;
  color: #fff;
}
.chart-history-t,
.chart-history-h {
  height: 250px;
}
.ym-side {
  width: 161px;
  height: 302px;
  position: fixed;
  top: 50%;
  right: -161px;
  margin-top: -151px;
  z-index: 99999;
}
.ym-sidebar {
  height: 302px;
  padding: 20px 0 10px 24px;
  width: 161px;
  box-sizing: border-box;
  background: url(../images/machine/ym-sidebar-bg.png) center no-repeat;
  transition: all 0.3s;
}
.ym-side.ym-sidebar-show .ym-sidebar {
  transform: translateX(-176px);
}
.ym-sidebar-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.ym-sidebar-item {
  height: 56px;
  width: 128px;
  border-radius: 8px;
}
.ym-sidebar-item a {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
}
.ym-sidebar-item.act {
  background-color: #0c2a7d;
}
.ym-sidebar-item img {
  height: 43px;
  width: 37px;
}
.ym-sidebar-item p {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
}
.ym-sidebar-btn {
  position: fixed;
  right: 0;
  top: 50%;
  width: 15px;
  height: 52px;
  background: url(../images/machine/ym-sidebar-btn.png) center no-repeat;
  cursor: pointer;
  margin-top: -26px;
  transform: rotate(180deg);
}
.ym-side.ym-sidebar-show .ym-sidebar-btn {
  transform: rotate(0);
}

.remote-box {
  margin: 20px 0;
  display: flex;
  height: 330px;
}
.remote-video {
  width: 518px;
  height: 330px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.remote-video video {
  height: 100%;
  width: 100%;
}
.remote-info {
  width: 726px;
  height: 330px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.remote-info-item {
  width: 230px;
  height: 156px;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 10px 0;
}
.remote-info-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.remote-info-l {
  height: 100%;
  width: 90px;
  box-sizing: border-box;
  border-right: 1px solid #2dc279;
}
.remote-info-r {
  height: 100%;
  width: 140px;
  box-sizing: border-box;
}
.remote-info-img {
  height: 90px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.remote-info-img i {
  display: block;
  background-color: #2dc279;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 0 auto;
}
.remote-info-img img {
  height: 100%;
  width: 100%;
}
.remote-info-img p {
  text-align: center;
  line-height: 28px;
}
.remote-info-state {
  line-height: 20px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.remote-info-state p {
  font-size: 14px;
  padding-left: 10px;
  white-space: nowrap;
  line-height: 30px;
}
.remote-info-state p span {
  position: relative;
}
.remote-info-state p span::before {
  content: "● ";
  color: #00dd17;
}
.remote-info-state p span.abnormal::before {
  content: "● ";
  color: #f00;
}
.remote-info-item .layui-btn {
  height: 22px;
  line-height: 22px;
  border-radius: 4px;
  font-size: 12px;
  padding: 0 10px;
  background-color: #f6803a;
}
.remote-info-btn {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.remote-info-r .remote-info-btn {
  padding: 0 10px;
  justify-content: space-between;
}
.remote-info-btn .layui-form-switch {
  margin-top: 0;
}
.remote-info-btn .layui-form-onswitch em {
  margin-left: 0;
}
.fertilizer-box {
  margin: 20px 0;
}
.fertilizer-top {
  position: relative;
}
.valve-item {
  float: left;
  height: 100px;
  box-sizing: border-box;
  margin-right: 20px;
  background-color: #fafafa;
  border: 1px solid #dddddd;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 26px;
}
.valve-item .valve-name {
  height: 16px;
  font-size: 16px;
  padding-left: 20px;
  line-height: 16px;
  margin: 10px 0;
  font-weight: bold;
  position: relative;
}
.valve-item .valve-name::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-clip: padding-box;
}
.valve-item.normal .valve-name::before {
  background-color: #2cb861;
  border: 3px solid rgba(44, 184, 97, 0.3);
}
.valve-item.abnormal .valve-name::before {
  background-color: #fa5949;
  border: 3px solid rgba(250, 89, 73, 0.3);
}
.valve-item .valve-details p {
  color: #333;
  line-height: 26px;
}
.valve-item .valve-details span {
  color: #2cb861;
  padding-left: 10px;
}
.valve-item .valve-state {
  padding-right: 26px;
  position: relative;
  display: inline-block;
  line-height: 26px;
}
.fertilizer-map {
  margin-top: 40px;
  text-align: center;
}
.fertilizer-map img {
  width: 100%;
  height: auto;
  max-width: 1036px;
}
.irrigation {
  margin: 40px 0 0;
}
.irrigation .layui-table thead tr {
  background-color: #2dc279;
  color: #fff;
}
.layout-ym-c1 .ym-table {
  margin: 20px 20px 0;
}
.layout-ym-c1 .layui-table thead tr {
  background-color: #2d54c2;
  color: #fff;
}
.growth-nav {
  margin: 20px 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.growth-nav a {
  font-weight: normal;
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  color: #666666;
  background-color: #eaeaea;
  border-radius: 4px;
  line-height: 26px;
  margin: 0 3px;
}
.growth-nav a.act {
  background-color: #2d54c2;
  color: #fff;
}
.growth-img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.growth-img-item {
  width: 300px;
  height: 200px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.growth-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.growth-more {
  text-align: center;
  margin: 20px 0;
}
.growth-more a {
  display: inline-block;
  line-height: 32px;
  text-align: center;
  background-color: #eaeaea;
  padding: 0 20px;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
}
.layout-ym-c2 .growth-video {
  position: absolute;
  bottom: -6px;
  right: 0;
}
.layout-ym-c2 .growth-video .layui-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  border-radius: 8px;
  padding: 0 14px;
  background-color: #f6803a;
  color: #fff;
}
.growth-video-box {
  width: 680px;
  height: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -190px 0 0 -340px;
  display: none;
}
.growth-video-box video {
  width: 100%;
  height: 100%;
}
.growth-video-box i {
  position: absolute;
  top: 0;
  right: -30px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-style: normal;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
}
.layout-ym-d1 .panel-ym-hd {
  width: 100%;
  border: none;
  background: none;
  height: 70px;
}
.layout-ym-d1 .panel-ym-hd::after,
.layout-ym-d1 .panel-ym-hd::before,
.layout-ym-d1 .panel-ym-hd-cont::after,
.layout-ym-d1 .panel-ym-hd-cont::before {
  border: none;
}
.transplant-list {
  display: flex;
  justify-content: space-between;
}
.transplant-item {
  border: 1px solid #20d6d9;
  width: 194px;
  height: 115px;
  box-sizing: border-box;
  position: relative;
  background-color: rgba(11, 21, 50, 0.6);
  color: #fff;
}
.transplant-item .transplant-item-cont {
  height: 100%;
  box-sizing: border-box;
}
.transplant-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-left: 3px solid #20d6d9;
  border-top: 3px solid #20d6d9;
}
.transplant-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 18px;
  width: 18px;
  border-right: 3px solid #20d6d9;
  border-top: 3px solid #20d6d9;
}
.transplant-item-cont::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-left: 3px solid #20d6d9;
  border-bottom: 3px solid #20d6d9;
}
.transplant-item-cont::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 18px;
  width: 18px;
  border-right: 3px solid #20d6d9;
  border-bottom: 3px solid #20d6d9;
}
.transplant-item-tit {
  margin-top: 12px;
  margin-bottom: 6px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background-image: linear-gradient(
          to right,
          rgba(16, 28, 70, 0),
          rgba(16, 28, 70, 1),
          rgba(16, 28, 70, 0)
  );
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.transplant-item-ft {
  padding-top: 10px;
  padding: 10px 7px;
  display: flex;
  justify-content: center;
}
.transplant-item-ft p {
  text-align: center;
  font-size: 15px;
}
.transplant-item-ft .layui-anim {
  display: none;
}
.transplant-item-ft .layui-form-radio {
  display: block;
  box-sizing: border-box;
  height: 34px;
  width: 84px;
  border-radius: 4px;
  line-height: 34px;
  text-align: center;
  box-shadow: inset 0 0 9px rgba(0, 150, 255, 0.8);
  padding: 0;
  margin: 0 5px;
}
.transplant-item-ft .layui-form-radio {
  color: #60c6ff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
  display: block;
}
.transplant-item-ft .layui-form-radio.layui-form-radioed {
  border: 2px solid #29db16;
  box-shadow: inset 0 0 9px rgba(41, 219, 22, 0.8);
}
.transplant-item-ft .layui-form-radio.layui-form-radioed div {
  color: #29db16;
  height: 34px;
  line-height: 30px;
}
.transplant-item-ft .layui-form-radio.layui-form-radioed:last-child {
  border: 2px solid #ffc600;
  box-shadow: inset 0 0 9px rgba(255, 198, 0, 0.8);
}
.transplant-item-ft .layui-form-radio.layui-form-radioed:last-child div {
  color: #ffc600;
  height: 34px;
  line-height: 30px;
}
.layoutI .panel-m {
  box-sizing: border-box;
  /* height: 1029px; */
  width: 441px;
  padding: 20px 30px 40px;
  background-image: url(../images/machine/main-panel-m-G-T.png), url(../images/machine/main-panel-m-G-B.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left bottom;
  position: relative;
}
.layoutI .panel-m::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  background: url(../images/machine/main-panel-m-G-C.png) repeat-y;
  width: 100%;
  height: calc(100% - 100px);
  z-index: -1;
}
.layoutI .main-panel-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.layoutI .main-panel-m-cont {
  margin-top: 30px;
}
.layoutI .main-panel-m-cont label {
  width: 82px;
  text-align: left;
  padding: 5px 0 !important;
}
.layoutI .layoutI-s-tit {
  height: 40px;
  border-bottom: 1px dashed #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
.layoutI .layoutI-s-tit h6 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.layoutI .main-panel-m-cont .layui-input-inline {
  width: 280px;
}
.layoutI .main-panel-m-cont p {
  color: #fff;
  line-height: 24px;
  margin: 6px 0;
}
.layoutI .main-panel-m-cont span {
  color: #fff;
}
.layoutI .main-panel-m-cont .layui-input-set input {
  display: inline-block;
  margin-right: 10px;
  width: 220px;
}
.layoutI .main-panel-m-cont .layui-input-set-s input {
  display: inline-block;
  margin-right: 10px;
  width: 60px;
}
.layoutI .main-panel-m-cont .layui-input-set-s span {
  margin-right: 10px;
}
.layoutI .main-panel-m-cont-btn {
  margin-top: 40px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.layoutI .layui-btn {
  height: 34px;
  line-height: 34px;
  border-radius: 8px;
  padding: 0 34px;
}
.layoutI .layui-btn.confirm {
  background-color: #4cd964;
}
.layoutI .layui-btn.reset {
  background-color: #7a1d29;
}
.layui-form-item-hd {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.layoutI-s-list {
  display: flex;
  justify-content: space-between;
}
.layoutI-s-item {
  text-align: center;
  height: 55px;
}
.layoutI-s-item .layui-form-checkbox[lay-skin="primary"] span {
  display: none;
}
.layoutI-s-item .layui-form-checkbox[lay-skin="primary"] {
  margin: 0;
  padding: 0;
}
.layoutI-s-item .layui-form-checkbox[lay-skin="primary"] i {
  border: none;
  background-color: #a5a5a5;
}
.layoutI-s-item .layui-form-checked[lay-skin="primary"] i {
  border-color: none !important;
  background-color: #39ec08;
}
.layoutI-s-item .layui-form-checked[lay-skin="primary"] i:before {
  content: "";
}
.layoutI-s-item .layui-icon-ok:before {
  content: "";
}
.layoutI-s-item .layui-input {
  line-height: 26px;
  height: 26px;
  width: 30px;
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 0;
}
.irrigationMode {
  color: #fff;
}
.irrigationMode .layui-anim {
  font-size: 0;
  width: 16px;
  height: 16px;
  background-color: #a5a5a5;
}
.irrigationMode .layui-form-radioed .layui-anim {
  background-color: #39ec08;
}
.I-icon-item {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 90px;
  width: 64px;
  z-index: 10002;
}
.I-icon-item > i {
  width: 62px;
  height: 62px;
  background-color: rgba(44, 184, 97, 0.45);
  border-radius: 50%;
  display: block;
  margin-bottom: 5px;
  position: relative;
}
.I-icon-item > i:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 50px;
  height: 50px;
  background: #2cb861 url(../images/machine/icon-i-img.png) center no-repeat;
  border-radius: 50%;
}
.I-icon-item div {
  box-sizing: border-box;
  width: 64px;
  height: 22px;
  background-color: #2dc279;
  color: #fff;
  padding: 1px;
  border-radius: 4px;
}
.I-icon-item div span {
  display: block;
  float: left;
  width: 31px;
  height: 20px;
  background-color: #fff;
  color: #676867;
  text-align: center;
  cursor: pointer;
}
.I-icon-item div span.act {
  background-color: #2dc279;
  color: #fff;
}
.map-base-select {
  position: absolute;
  top: 80px;
  left: 10px;
  width: 340px;
  z-index: 10002;
}
.map-base-search {
  height: 40px;
  width: 100%;
  background-color: rgba(23, 24, 22, 0.7);
  display: flex;
}
.map-search-input {
  flex: 1;
  padding: 5px 0;
}
.map-search-input input {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
.map-search-input input::-webkit-input-placeholder {
  color: #fff;
}
.map-search-clear {
  width: 40px;
  height: 40px;
  background: url(../images/machine/map-search-clear.png) center no-repeat;
  cursor: pointer;
}
.map-search-btn {
  width: 40px;
  height: 40px;
  background: #30b26c url(../images/machine/map-search-btn.png) center no-repeat;
  cursor: pointer;
}
.map-base-search-result {
  margin-top: 6px;
  background-color: rgba(23, 24, 22, 0.7);
  display: none;
  max-height: 600px;
  overflow: auto;
}
.map-SR-select {
  margin: 0 15px;
  padding: 9px 0;
  border-bottom: 1px solid #fff;
  height: 22px;
}
.map-SR-num {
  margin: 10px 15px 0;
  color: #fff;
}
.map-SR-num span {
  color: #ffe400;
}
.map-SR-list {
  overflow: hidden;
}
.map-SR-list .map-SR-item {
  height: 60px;
  margin: 20px 0;
  padding: 6px 15px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.map-SR-list .map-SR-item .map-SR-item-txt {
  color: #fff;
  padding-right: 82px;
}
.map-SR-list .map-SR-item .map-SR-item-txt h6 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  padding-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.map-SR-list .map-SR-item .map-SR-item-txt h6::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}
.map-SR-list .map-SR-item .map-SR-item-txt p {
  font-size: 12px;
  line-height: 20px;
  padding-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map-SR-list .map-SR-item .map-SR-item-img {
  width: 72px;
  height: 48px;
  position: absolute;
  top: 6px;
  right: 15px;
}
.map-SR-list .map-SR-item .map-SR-item-img img {
  object-fit: cover;
  width: 72px;
  height: 48px;
}
.map-SR-list .map-SR-item.act {
  background-color: #020a2c;
}
.map-SR-list .map-SR-item.act .map-SR-item-txt {
  color: #f8ea09;
}
.map-SR-list .map-SR-item.act .map-SR-item-txt h6::before {
  background-color: #f8ea09;
}
.map-SR-select > div {
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  padding: 0 10px;
  height: 22px;
}
.map-SR-select > div:first-child {
  border-right: 1px solid #fff;
}
.map-base-search-result .layui-input {
  height: 22px;
  line-height: 22px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
}
.map-base-search-result .layui-form-select .layui-edge {
  border-top-color: #22954a;
}
.layoutF-swiper {
  position: relative;
  height: 114px;
  width: 300px;
  margin: 0 auto;
}
.layoutF-swiper .swiper-container {
  height: 114px;
}
.layoutF-swiper .swiper-slide {
  height: 114px;
  width: 300px;
  display: flex;
  align-items: center;
}
.layoutF-swiper .arrow-left {
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  z-index: 10001;
  display: block;
  background: url(../images/arr-left.png);
}
.layoutF-swiper .arrow-right {
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: 10001;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  display: block;
  background: url(../images/arr-right.png);
}
.map-base {
  height: 30px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
}
.map-base::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  height: 30px;
  width: 30px;
}
.map-base:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  animation: hoverimg ease 2s infinite;
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
.map-base.base-uc {
  background: #148be7 url(../images/machine/ibase-uc.png) center no-repeat;
}
.map-base.base-io {
  background: #17c73d url(../images/machine/base-io.png) center no-repeat;
}
.re-input-list {
  display: flex;
  flex-wrap: wrap;
}
.re-input-item {
  width: 50%;
  box-sizing: border-box;
  padding: 10px 10px 10px;
  display: flex;
}
.re-input-item input {
  width: 60px;
  margin: 0 6px;
}
.re-input-item span {
  display: block;
  line-height: 30px;
}
.re-input-item p {
  line-height: 30px !important;
  margin: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.layui-form-radio div{color:#fff}