.out {
  position: relative;
  left: 208px;
  bottom: -18px;
  -webkit-animation-name: fadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  /*-webkit-animation-iteration-count: infinite;*/
  -webkit-animation-duration: 0.3s;
  -webkit-animation-direction: alternate;
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.assets-line1 {
  position: absolute;
  height: 18px;
  width: 3px;
  background: rgba(0, 127, 232, 1);
  bottom: -16px;
}
.assets-line2 {
  position: absolute;
  height: 3px;
  width: 59px;
  background: rgba(0, 127, 232, 1);
  bottom: -19px;
}
.assets-line3 {
  position: absolute;
  height: 3px;
  width: 54px;
  background: rgba(0, 127, 232, 1);
  bottom: -1px;
  left: 51px;
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.assets-line4 {
  position: absolute;
  height: 3px;
  width: 294px;
  background: rgba(0, 127, 232, 1);
  bottom: 18px;
  left: 96px;
}
.assets-line5 {
  position: absolute;
  height: 4px;
  width: 294px;
  background: rgba(29, 238, 255, 1);
  bottom: 11px;
  left: 96px;
}
.assets-d {
  position: absolute;
  left: 90px;
  bottom: 27px;
  z-index: 999;
}
.assets-body {
  height: 210px;
  width: 490px;
  padding: 34px 0 34px 0;
  background-image: url(../resource/image/assetsBack.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}
.msg {
  width: 247px;
  margin-left: 34px;
  text-align: left;
  float: left;
}
.msg-d {
  overflow: auto;
  font-size: 16px;
  font-weight: 500;
}
.msg-span1 {
  float: left;
  color: rgba(255, 255, 255, 1);
}
.msg-span2 {
  width: 160px;
  float: left;
  color: rgba(29, 235, 255, 1);
  word-break: break-all;
}
.show-video-d {
  overflow: auto;
  width: 100%;
}
.show-video,
.patrol-course-info .btn {
  float: right;
  width: 90px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: rgba(29, 235, 255, 1);
  background-image: url(../resource/image/btnBack.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}

/* patrol-course 巡课 */
.out-patrol {
  left: 150px;
}
.patrol-course-info {
  min-height: 206px;
  width: 420px;
  padding: 16px 24px;
  background-image: url(../resource/image/patrol-course-info.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  -moz-background-size: 100% 100%;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
}
.patrol-course-info .patrol-head {
  position: relative;
  margin-bottom: 8px;
  padding: 4px 0;
  text-align: center;
  color: rgba(29, 235, 255, 1);
}
.patrol-course-info .patrol-body {
  position: relative;
}
.patrol-course-info .msg-d {
  display: flex;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-align: left;
}
.patrol-course-info .msg-d .msg-span1 {
  width: 112px;
}
.patrol-course-info .msg-d .msg-span2 {
  flex: 1;
  color: rgba(29, 235, 255, 1);
}
.patrol-course-info p {
  margin: 0;
}
.patrol-course-info .btn-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.patrol-course-info .btn {
  width: 90px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: rgba(29, 235, 255, 1);
  background-image: url(../resource/image/btnBack.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
}
.patrol-course-info .close-icon {
  position: absolute;
  top: 6px;
  right: 0;
}
/* 班级弹窗 */
.out-class-modal {
  top: -30px;
  left: -100px;
}
.class-modal {
  width: 422px;
  background: #ffffff;
  box-shadow: 6px 6px 0px 0px #1b9e68;
  border: 3px solid #26c68a;
  border-radius: 21px;
}
.class-modal::after {
  content: "";
  position: absolute;
  bottom: -9px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 3px solid #26c68a;
  border-top: none;
  border-left: none;
  box-shadow: 6px 6px 0px 0px #1b9e68;
  transform: rotate(45deg);
}
.class-modal .m-head {
  position: relative;
  height: 48px;
}
.class-modal .m-title {
  margin: 0 auto;
  width: 210px;
  height: 100%;
  padding: 0 12px;
  text-align: center;
  background: #26c68a;
  border-radius: 0px 0px 31px 31px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: bold;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #ffffff;
  line-height: 46px;
}
.class-modal .close {
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-size: 100% 100%;
  background-image: url(../resource/image/close.png);
}
.class-modal .m-main {
  display: flex;
  padding: 20px 0 36px 16px;
  text-align: left;
}
.class-modal .m-class-item {
  width: 122px;
  height: 122px;
  margin-right: 12px;
  background-size: 100% 100%;
}
.class-modal .m-item1 {
  background-image: url(../resource/image/classModalIntrodution.png);
}
.class-modal .m-item2 {
  background-image: url(../resource/image/classModalRoom.png);
}
.class-modal .m-item3 {
  background-image: url(../resource/image/classModalLm.png);
}
/* admin班级弹窗 */
.admin-class-modal .m-main {
  display: flex;
  padding-top: 14px;
}
.admin-class-modal .m-admin-class-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 104px;
  margin: 0 10px;
  /* height: 110px; */
  /* margin-right: 24px; */
  background: #004262;
  box-shadow: inset 0px 1px 10px 1px #44b0ff;
}
.admin-class-modal .m-admin-class-item img {
  width: 100%;
}
.admin-class-modal .admin-class-modal-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  background-size: 100% 100%;
}
.admin-class-modal .admin-class-modal-text {
  font-size: 14px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #00d5ee;
  line-height: 1.5;
}
.admin-class-modal .m-admin-item1 .admin-class-modal-icon {
  background-image: url(../resource/image/energy.png);
}
.admin-class-modal .m-admin-item2 .admin-class-modal-icon {
  background-image: url(../resource/image/patrol-course.png);
}

/* tourist-entrance */
.entrance-wrapper {
  position: relative;
  top: -40px;
  text-align: center;
  pointer-events: none;
  z-index: 10;
}
.entrance-text {
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
  display: inline-block;
  min-width: 100px;
  padding: 8px;
  background-color: #f8e8bc;
  border: 2px solid #e7bb23;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #b87502;
}
.assets-instructions {
  position: relative;
  width: 40px;
  top: 0;
  -webkit-animation-name: bounce;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s;
  animation-fill-mode: both;
  transform-origin: center bottom;
  pointer-events: none;
  z-index: 1000;
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
/* panorama-spot */
.panorama-spot {
  position: absolute;
  display: flex;
  justify-content: center;
  margin: -26px 0 0 -26px;
  user-select: none;
}
.panorama-spot-img {
  max-width: 52px;
  max-height: 52px;
  object-fit: contain;
  cursor: pointer;
}
.panorama-spot-title {
  position: absolute;
  top: -72%;
  cursor: pointer;
  text-size-adjust: none;
  height: 36px;
  line-height: 36px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 0 5px;
  text-align: center;
  color: #ffffff;
  font-family: STXihei;
  font-size: 12px;
  word-break: keep-all;
  white-space: nowrap;
  cursor: inherit;
}
/* map-iot */
#fengMap .map-iot {
  bottom: 27px;
}
.map-iot .icon {
  position: relative;
  width: 42px;
  clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
  z-index: 10;
}
.map-iot .outer {
  height: 0;
}
.map-iot .center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.map-iot .outer .inner {
  overflow: hidden;
}
.map-iot .outer .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.map-iot .outer .disabled .dot::after {
  display: none;
}
.map-iot .outer:nth-of-type(odd) .inner {
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.map-iot .outer:nth-of-type(even) .inner,
.map-iot .outer:nth-of-type(7) .inner {
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.map-iot .outer:nth-of-type(1) .inner {
  transform: translate3d(0, -110%, 0);
}
.map-iot .outer:nth-of-type(2) .inner {
  transform: translate3d(55%, -103%, 0);
}
.map-iot .outer:nth-of-type(3) .inner {
  transform: translate3d(55%, 3%, 0);
}
.map-iot .outer:nth-of-type(4) .inner {
  transform: translate3d(0, 10%, 0);
}
.map-iot .outer:nth-of-type(5) .inner {
  transform: translate3d(-55%, 3%, 0);
}
.map-iot .outer:nth-of-type(6) .inner {
  transform: translate3d(-55%, -103%, 0);
}
.map-iot .outer:nth-of-type(7) .inner {
  transform: translate3d(0%, -220%, 0);
}
.map-iot .outer:nth-of-type(odd) .inner .bkg {
  transform: rotate(-180deg);
}
.map-iot .outer:nth-of-type(7) .inner .bkg {
  transform: rotate(0deg);
}
.map-iot .inner .bkg {
  width: 95px;
}
.map-iot .inner .content {
  left: 50%;
  transform: translateX(-50%) translateZ(0);
}
.map-iot .inner .dot::after {
  top: -2px;
  right: 0;
}
.map-iot .outer:nth-of-type(1) .content {
  top: 10%;
}
.map-iot .outer:nth-of-type(2) .content,
.map-iot .outer:nth-of-type(6) .content,
.map-iot .outer:nth-of-type(4) .content,
.map-iot .outer:nth-of-type(7) .content {
  top: 36%;
}
.map-iot .outer:nth-of-type(3) .content,
.map-iot .outer:nth-of-type(5) .content {
  top: 12%;
}
.map-iot .inner .device-icon {
  height: 22px;
  margin-bottom: 4px;
  object-fit: contain;
  transform: translateX(-100px);
  filter: drop-shadow(#1debff 100px 0);
}
.map-iot .checked .inner .device-icon {
  filter: drop-shadow(#f8ec00 100px 0);
}
.map-iot .inner .text {
  color: #afe5ff;
  white-space: nowrap;
}
.map-iot .checked .inner .text {
  color: #f8ec00;
}
@keyframes blink {
  from,
  10% {
    opacity: 1;
  }
  50%,
  60% {
    opacity: 0;
  }
  90%,
  to {
    opacity: 1;
  }
}
