.cameraplay {
  display: none;
  background-color: #0d4684;
  position: absolute;
  left: 400px;
  top: 150px;
  right: 400px;
  z-index: 999;
}
.playerWindow>.title {
  background-color: #00c2ff;
  height: 100px;
}
.playview {
  background-color: red;
  height: 300px;
}

#camera-list {
  width: 230px;
  height: 447px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 120px;
  left: 5px;
  background-color: white;
  z-index: 999;
}
#camera-list>.close {
  position: absolute;
  top: 4px;
  right: 5px;
  font-size: 21px;
  cursor: pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
#camera-list>.close:hover {
  opacity: .85;
}
#camera-list .tab {
  height: 44px;
  padding-left: 20px;
  margin-bottom: 2px;
  border-bottom: 2px solid #166ba8;
}
#camera-list .tab>div {
  width: 100px;
  text-align: center;
  line-height: 44px;
  height: 44px;
  float: left;
  cursor: pointer;
  position: relative;
  font-family: iconfont;
  font-size: 13px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
#camera-list .tab>div.active {
  color: #166ba8;
}
#camera-list .tab>div.unread:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #dc0109;
  position: absolute;
  right: 4px;
  top: 10px;
}
#camera-list .tab>div.active:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 6px solid #166ba8;
  border-right: 6px solid #166ba8;
  border-left: 6px solid transparent;
  border-top: 6px solid transparent;
  transform: rotate(-135deg);
  bottom: -4px;
  left: 45px;
}
#camera-list .tab>div:hover {
  color: #2585cb;
}
#camera-list>.content {
  overflow: auto;
  height: 400px;
}
#camera-list>.content>div {
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  cursor: pointer;
}
#camera-list>.content>div:hover {
  opacity: .85;
  background-color: #eee;
  font-weight: bold;
}
#camera-list>.content>div>div {
  line-height: 49px;
}
#camera-list>.content>div>.number {
  margin-top: 17px;
  margin-left: 5px;
  float: left;
  min-width: 16px;
  height: 16px;
  border-radius: 8px;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  color: white;
}
#camera-list>.content>div>.title {
  float: left;
  margin-left: 2px;
  max-width: 210px;
  overflow: hidden;
  /*line-height: 15px;*/
  text-overflow:ellipsis;
  white-space: nowrap;
  /*vertical-align: middle;*/
  /*word-wrap: break-word;*/
}
#camera-list>.content>div>.title>.cbselect {
  margin-left: 10px;
}
#camera-list>.content>div>.status {
  margin-right: 10px;
}
#camera-list>.content>div>.status>span.stat_online {
  color: #166ba8;
  font-weight: bold;
}
#camera-list>.content>div>.stat_online {
  color: #166ba8;
  font-weight: bold;
}
#camera-list>.content>div .time {
  float: right;
  margin-right: 10px;
}
#camera-list>.content>div>.btn {
  float: right;
  margin-right: 5px;
  width: 30px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: white;
  cursor: pointer;
  font-size: 12px;
  background-color: #166ba8;
  border-radius: 3px;
  margin-top: 13px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
#camera-list>.content>div>.btn_disable {
  float: right;
  margin-right: 5px;
  width: 30px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: white;
  /*cursor: pointer;*/
  font-size: 12px;
  background-color: #d9d9d9;
  border-radius: 3px;
  margin-top: 13px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
#camera-list>.content .unread-msg .number {
  background: #dc0109;
}
#camera-list>.content.call>div>.look {
  display: none;
}
#camera-list>.content.call>div>.callback {
  display: block;
}
#camera-list>.content>div>.btn:hover {
  opacity: .85;
}
#camera-list>.content>div .callback {
  display: none;
}

/*---------playerWindow---------*/
#playerWindow {
  /*width: 800px;*/
  /*height: 495px;*/
  width: 720px;
  height: 450px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 200px;
  left: 200px;
  /*margin-left: -400px;*/
  /*margin-top: -247px;*/
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background-color: white;
  z-index: 999;
}
#playerWindow>.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 28px;
  cursor: pointer;
}
#playerWindow>.close:hover {
  opacity: .85;
}
#playerWindow>.titleText {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 16px;
  color: white;
}
#playerWindow .tab {
  height: 44px;
  padding-left: 20px;
  margin-bottom: 1px;
  background-color: #999
}
#playerWindow .tab>div {
  width: 100px;
  text-align: center;
  line-height: 44px;
  height: 44px;
  float: left;
  cursor: pointer;
  position: relative;
  font-family: iconfont;
  font-size: 13px;
}
#playerWindow .tab>div.active {
  color: #166ba8;
}
#playerWindow .tab>div.unread:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #dc0109;
  position: absolute;
  right: 4px;
  top: 10px;
}
#playerWindow .tab>div.active:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 6px solid #166ba8;
  border-right: 6px solid #166ba8;
  border-left: 6px solid transparent;
  border-top: 6px solid transparent;
  transform: rotate(-135deg);
  bottom: -4px;
  left: 45px;
}
#playerWindow .tab>div:hover {
  color: #2585cb;
}
#playerWindow>.content {
  overflow: auto;
  /*height: 493px;*/
}
#playerWindow>.content>.playerContainer {
  width: 100%;
  height: 100%;
  background-color: #333333;
}
