.videoList {
  width: 100%;
  height: 100%;
  white-space: normal;
}
.videoList .videoItem {
  margin: auto;
  position: relative;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  vertical-align: top;
}
.videoList .checked {
  border: 1px solid #ffb061;
}
.videoList {
  width: 100%;
  height: 100%;
  white-space: normal;
}
.videoList .videoItem {
  margin: auto;
  position: relative;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  vertical-align: top;
}
.videoList .checked {
  border: 1px solid #ffb061;
}
.video {
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 90%;
  width: 100%;
  color: #ffffff;
}
.video .btnGroup {
  height: 56px;
}
.video .btnGroup .btn {
  text-align: center;
  width: 100px;
  height: 32px;
  line-height: 32px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 14px 0 rgba(0, 255, 241, 0.5);
          box-shadow: inset 0 1px 14px 0 rgba(0, 255, 241, 0.5);
  border-radius: 5px;
  border: 1px solid rgba(0, 255, 241, 0.5);
  display: inline-block;
  color: #ffffff;
  margin-right: 15px;
  cursor: pointer;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.video .btnGroup .btn:hover {
  -webkit-box-shadow: inset 0 1px 14px 0 #00fff1;
          box-shadow: inset 0 1px 14px 0 #00fff1;
  border: 1px solid #00fff1;
}
.video .btnGroup .checked {
  -webkit-box-shadow: inset 0 1px 14px 0 #00fff1;
          box-shadow: inset 0 1px 14px 0 #00fff1;
  border: 1px solid #00fff1;
}
.video .left,
.video .right {
  display: inline-block;
  vertical-align: top;
  height: calc(100% - 56px);
}
.video .left {
  width: 260px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.video .left .list {
  height: calc(100% - 230px);
  overflow-y: auto;
}
.video .left .searBox {
  width: 260px;
  height: 100%;
}
.video .left .searBox .line {
  margin: 8px 0;
}
.video .left .item {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0);
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
.video .left .item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.video .left .checked {
  background-color: rgba(255, 255, 255, 0.2);
}
.video .right {
  width: calc(100% - 260px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: none;
  position: relative;
}
.video .right .grid {
  position: absolute;
  height: 32px;
  top: -34px;
  left: 0;
}
.video .right .grid .bg {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 14px 0 rgba(0, 255, 241, 0.3);
          box-shadow: inset 0 1px 14px 0 rgba(0, 255, 241, 0.3);
  border-radius: 3px;
  border: 1px solid rgba(0, 255, 241, 0.3);
  height: 100%;
  width: 32px;
  text-align: center;
  display: inline-block;
  padding-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  cursor: pointer;
}
.video .right .grid .bg img {
  height: 16px;
  width: auto;
  opacity: 0.8;
}
.video .right .grid .bg:hover {
  -webkit-box-shadow: inset 0 1px 14px 0 #00fff1;
          box-shadow: inset 0 1px 14px 0 #00fff1;
  border: 1px solid #00fff1;
}
.video .right .grid .bg:hover img {
  opacity: 1;
}
.video .right .grid .checked {
  -webkit-box-shadow: inset 0 1px 14px 0 #00fff1;
          box-shadow: inset 0 1px 14px 0 #00fff1;
  border: 1px solid #00fff1;
}
.video .right .grid .checked img {
  opacity: 1;
}
