.video-monitor {
  height: 466px;
  padding: 8px;
}
.video-monitor .video-panel-wrap {
  height: 100%;
  width: 524px;
  border: 3px solid #616e7e;
  background: #1a1a1a;
  float: left;
  position: relative;
}
.video-monitor .video-panel-wrap .video-content {
  height: calc(100% - 36px);
}
.video-monitor .video-panel-wrap .video-info {
  height: 36px;
  line-height: 36px;
  background: #727f90;
  position: absolute;
  bottom: -3px;
  left: -3px;
  width: calc(100% + 6px);
  padding: 0 14px;
}
.video-monitor .video-panel-wrap .video-info .video-name {
  color: #fff;
}
.video-monitor .video-panel-wrap .video-info .video-state {
  color: #fff;
  float: right;
}
.video-monitor .video-panel-wrap .video-info .video-state i {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-bottom: 3px;
  border-radius: 50%;
}
.video-monitor .video-panel-wrap .video-info .normal-state {
  background: #24c768;
}
.video-monitor .video-panel-wrap .video-info .drop-line-state {
  background: #ff0000;
}
.video-monitor .video-menu {
  height: 100%;
  float: left;
  width: calc(100% - 524px);
  padding-left: 8px;
}
.video-monitor .passage-and-history {
  margin-bottom: 4px;
}
.video-monitor .passage-and-history .el-select {
  width: 108px;
  vertical-align: top;
}
.video-monitor .passage-and-history .default-btn {
  width: 108px;
  margin-left: 3px;
}
.video-monitor .base-control-fun {
  margin-bottom: 4px;
}
.video-monitor .base-control-fun h5 {
  font-size: 14px;
  color: #166bce;
  line-height: 26px;
}
.video-monitor .base-control-fun h5 i {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  width: 8px;
  height: 8px;
  background: #166bce;
}
.video-monitor .base-control-fun button {
  border: 1px solid #c6d1de;
  height: 30px;
  line-height: 30px;
  width: 108px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: transparent;
  outline: none;
}
.video-monitor .base-control-fun button > * {
  position: relative;
  z-index: 1;
}
.video-monitor .base-control-fun button i {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-bottom: 3px;
}
.video-monitor .base-control-fun button:before,
.video-monitor .base-control-fun button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 0;
}
.video-monitor .base-control-fun button:before {
  background: #f2f6fa;
  top: 0;
  left: 0;
}
.video-monitor .base-control-fun button:after {
  background: #e6edf4;
  top: 100%;
  left: 0;
}
.video-monitor .base-control-fun button:hover:before {
  top: -100%;
}
.video-monitor .base-control-fun button:hover:after {
  top: 0;
}
.video-monitor .base-control-fun .cease-current-fun {
  margin-bottom: 8px;
  border-radius: 0 0 6px 0;
}
.video-monitor .base-control-fun .cease-all-fun {
  margin-bottom: 8px;
  margin-left: 3px;
  border-radius: 0 0 0 6px;
}
.video-monitor .base-control-fun .snap-fun {
  border-radius: 0 6px 0 0;
}
.video-monitor .base-control-fun .videotape-fun {
  margin-left: 3px;
  border-radius: 6px 0 0 0;
}
.video-monitor .cloud-control-fun h5 {
  font-size: 14px;
  color: #166bce;
  line-height: 26px;
}
.video-monitor .cloud-control-fun h5 i {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  width: 8px;
  height: 8px;
  background: #166bce;
}
.video-monitor .cloud-control-fun .video-control {
  height: 184px;
  width: 184px;
  margin: 4px auto 0;
  background: url("/src/assets/images/index/cloud-control-icon.png") no-repeat center center;
  position: relative;
}
.video-monitor .cloud-control-fun .video-control button {
  width: 22px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  outline: none;
}
.video-monitor .cloud-control-fun .video-control button i {
  display: block;
  border: 10px solid #b1c0d1;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-top: -10px;
}
.video-monitor .cloud-control-fun .video-control button:hover i {
  border-bottom-color: #166bce;
}
.video-monitor .cloud-control-fun .video-control .top-control {
  left: 82px;
  top: 18px;
}
.video-monitor .cloud-control-fun .video-control .top-right-control {
  left: 130px;
  top: 34px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.video-monitor .cloud-control-fun .video-control .right-control {
  left: 152px;
  top: 83px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.video-monitor .cloud-control-fun .video-control .right-bottom-control {
  left: 133px;
  top: 134px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.video-monitor .cloud-control-fun .video-control .bottom-control {
  left: 81px;
  top: 156px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.video-monitor .cloud-control-fun .video-control .bottom-left-control {
  left: 32px;
  top: 132px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.video-monitor .cloud-control-fun .video-control .left-control {
  left: 15px;
  top: 85px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.video-monitor .cloud-control-fun .video-control .left-top-control {
  left: 37px;
  top: 39px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.video-monitor .cloud-control-fun .video-control .center-control {
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background: url("/src/assets/images/index/center-control.png") no-repeat center center;
}
.video-monitor .cloud-control-fun .video-control .center-control:hover {
  background: url("/src/assets/images/index/center-control-active.png") no-repeat center center;
}
.cease-current-icon {
  background: url("/src/assets/images/index/cease-current-icon.png") no-repeat center center;
}
.cease-all-icon {
  background: url("/src/assets/images/index/cease-all-icon.png") no-repeat center center;
}
.snap-icon {
  background: url("/src/assets/images/index/snap-icon.png") no-repeat center center;
}
.videotape-icon {
  background: url("/src/assets/images/index/videotape-icon.png") no-repeat center center;
}
.default-btn.plain {
  margin-right: 0;
}

.real-time-monitoring[data-v-2e24bdd4] {
  height: 466px;
}
.modular-wrap[data-v-2e24bdd4] {
  border: 1px solid #dce9fa;
  margin-bottom: 8px;
}
.modular-wrap[data-v-2e24bdd4]:last-child {
  margin-bottom: 0;
}
.modular-wrap .modular-header[data-v-2e24bdd4] {
  height: 37px;
  line-height: 36px;
  border-bottom: 1px solid #dce9fa;
  padding: 0 16px;
}
.modular-wrap .modular-header .title[data-v-2e24bdd4] {
  font-size: 14px;
}
.modular-wrap .modular-header .title[data-v-2e24bdd4]:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  width: 3px;
  height: 10px;
  background: #166bce;
  margin-right: 8px;
}
.modular-wrap .modular-header .header-toolbar[data-v-2e24bdd4] {
  float: right;
}
.modular-wrap .modular-body[data-v-2e24bdd4] {
  min-height: 100px;
  padding: 8px;
}
.modular-wrap .system-integration[data-v-2e24bdd4] {
  float: left;
  width: calc(100% - 294px);
  padding-left: 8px;
}
.modular-wrap .system-integration .subtitle[data-v-2e24bdd4] {
  line-height: 32px;
  padding-left: 22px;
  background: url("/src/assets/images/list-icon.png") no-repeat left center;
}
.modular-wrap .system-integration .item[data-v-2e24bdd4] {
  padding-left: 20px;
  line-height: 26px;
}
.modular-wrap .system-integration .en-item[data-v-2e24bdd4] {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  padding: 0 14px;
  border: 1px solid #cad9eb;
}
.modular-wrap .video-surveillance[data-v-2e24bdd4] {
  float: right;
  width: 294px;
  height: 200px;
  background: #616e7e;
}
.modular-wrap .video-surveillance .video-box[data-v-2e24bdd4] {
  height: calc(100% - 24px);
  background: #282a2b;
}
.modular-wrap .video-surveillance .video-control[data-v-2e24bdd4] {
  height: 24px;
}
.modular-wrap .video-surveillance .video-control .name[data-v-2e24bdd4] {
  color: #fff;
  line-height: 24px;
  padding-left: 10px;
  font-size: 12px;
}
.modular-wrap .video-surveillance .video-control .toolbar[data-v-2e24bdd4] {
  float: right;
  line-height: 24px;
  color: #fff;
  padding-right: 6px;
}
.modular-wrap .video-surveillance .video-control .toolbar-btn[data-v-2e24bdd4] {
  margin: 0 2px;
  cursor: pointer;
}
.modular-wrap .video-surveillance .video-control .toolbar-btn[data-v-2e24bdd4]:hover {
  color: #becfe6;
}
.monitoring-list > li[data-v-2e24bdd4] {
  border: 1px solid #cad9eb;
  float: left;
  height: 284px;
  margin-right: 8px;
  width: calc(33.3% - 8px);
}
.monitoring-list > li .info-header[data-v-2e24bdd4] {
  height: 37px;
  line-height: 36px;
  text-align: center;
  border-bottom: 1px solid #d5e4f5;
  font-weight: 700;
  background: #ebf2f7 url("/src/assets/images/index/s_yiqi_bg.png") no-repeat;
  background-size: 100% 100%;
}
.monitoring-list > li .info-body[data-v-2e24bdd4] {
  height: calc(100% - 84px);
  padding: 0 12px;
}
.monitoring-list > li .info-body .item[data-v-2e24bdd4] {
  line-height: 24px;
  font-size: 12px;
}
.monitoring-list > li .info-body .item[data-v-2e24bdd4]:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #166bce;
  margin-right: 10px;
}
.monitoring-list > li .info-footer[data-v-2e24bdd4] {
  height: 47px;
  margin: 0 12px;
  border-top: 1px dashed #c7d8ee;
  padding-top: 8px;
}

