body {
    overflow-x: hidden;
}

.top {
    display: inline-block;
    margin-bottom: 18px;
}

.xialaanniu {
    float: left;
    display: inline-block;
    font-size: 14px;
    border: 1.5px solid #16b7ff;
    color: #16b7ff;
    padding: 5px 13px;
    text-align: center;
    /* margin: 10px 0 0 0; */
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xialaimg {
    /*初始状态的旋转位置*/
    padding: 12px 0 0 0;
    float: left;
    display: block;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
    width: 14px;
}

.xialaanniuming {
    color: #134d69;
}

.spandd {
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}

.box {
    float: right;
    margin-top: 4px;
}

.btnxh {
    float: right !important;
}

select {
    font-size: 14px;
    width: 120px;
    font-size: inherit;
    color: #fff;
    background-color: #000000;
    border: 1.5px solid #16b7ff;
    padding: 3px 0 3px 10px;
}

/* 搜索框 */
#search-input {
    font-size: 14px;
    width: 120px;
    color: #fff;
    background-color: #000000;
    border: 1.5px solid #16b7ff;
    padding: 3px 0 3px 10px;
}

/* 视频监控 */
.bottomxhh {
    background: url(../img/shipinbg.png) center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    float: left;
}

.le-xh2 h2 {
    color: #51fcfd;
    font-size: 16px;
    padding: 10px 0 0 36px;
}

.videobg {
    padding: 24px 154px 54px 50px;
}

video {
    margin: 9px;
    width: 31% !important;
    height: 166px;
    object-fit: fill;
}

.loading {
    width: 40px;
    height: 40px;
    border: 0px;
    background-color: transparent;
    background-image: url(../img/jiankong.png);
    background-size: 100% 100%
}

.loading.hover {
    background-image: url(../img/jiankong.png);
}

.stop{
    width: 40px;
    height: 40px;
    border:0px;background-color:transparent;
    border:0px;background-color:transparent;
    background-image: url(../img/tingzhi.png);
    background-size: 100% 100%
  }
  .stop.hover{
    background-image: url(../img/tingzhi1.png);
  
  }

  .pause{
    width: 40px;
    height: 40px;
    border:0px;background-color:transparent;
    border:0px;background-color:transparent;
    background-image: url(../img/zanting.png);
    background-size: 100% 100%
  }
  .pause.hover{
    background-image: url(../img/zanting1.png);
  }

  .play{
    width: 40px;
    height: 40px;
    border:0px;background-color:transparent;
    border:0px;background-color:transparent;
    background-image: url(../img/bofang.png);
    background-size: 100% 100%
  }
  .play.hover{
    background-image: url(../img/bofang1.png);
  }
  .full{
    width: 40px;
    height: 40px;
    border:0px;background-color:transparent;
    border:0px;background-color:transparent;
    background-image: url(../img/quanping.png);
    background-size: 100% 100%
  }
  .full.hover{
    background-image: url(../img/quanping1.png);
  }