.button {
  user-select: none;
  padding: 24px 16px;
  font-size: 14px;
  background: white;
  border-radius: 8px;
  color: black;
  cursor: pointer;
  margin-left: 8px;
}

.avatar {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  background-color: gray;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.CameraPopPage[data-v-4fd4e6e0] {
  position: fixed;
  top: 100px;
  left: 0;
}
.CameraPopPage .narrow[data-v-4fd4e6e0] {
  height: 260px;
  background-color: #000;
}
.CameraPopPage .narrow .top[data-v-4fd4e6e0] {
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.CameraPopPage .narrow .top .btn-narrow[data-v-4fd4e6e0] {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../assets/images/narrow.901cd457fd1c6101b761c95edf4b8fbb.png) no-repeat center;
  background-size: 50% 50%;
  cursor: pointer;
}
.CameraPopPage .narrow .camera-list-box[data-v-4fd4e6e0] {
  width: 100%;
  height: calc(100% - 40px);
  position: relative;
}
.CameraPopPage .narrow .camera-list-box .prev[data-v-4fd4e6e0] {
  width: 32px;
  height: 32px;
  background: url(../assets/images/downjiantou.30c2f3ef5db941f3307ceffdf4d6c4d3.png) no-repeat center rgba(0, 0, 0, 0.7);
  background-size: 50% 50%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%) rotate(90deg);
  cursor: pointer;
  z-index: 1;
}
.CameraPopPage .narrow .camera-list-box .next[data-v-4fd4e6e0] {
  width: 32px;
  height: 32px;
  background: url(../assets/images/downjiantou.30c2f3ef5db941f3307ceffdf4d6c4d3.png) no-repeat center rgba(0, 0, 0, 0.7);
  background-size: 50% 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(270deg);
  cursor: pointer;
  z-index: 1;
}
.CameraPopPage .narrow .camera-list-box .camera-list[data-v-4fd4e6e0] {
  width: 100%;
  height: 100%;
  display: flex;
  overflow-y: auto;
  /* 隐藏滚动条 */
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.CameraPopPage .narrow .camera-list-box .camera-list[data-v-4fd4e6e0]::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.CameraPopPage .narrow .camera-list-box .camera-list .camera-item[data-v-4fd4e6e0] {
  width: 320px;
  height: 200px;
  margin: 10px 0 10px 10px;
  position: relative;
  flex-shrink: 0;
}
.CameraPopPage .narrow .camera-list-box .camera-list .camera-item[data-v-4fd4e6e0]:last-child {
  margin: 10px 10px 10px 10px;
}
.CameraPopPage .narrow .camera-list-box .camera-list .camera-item .camera[data-v-4fd4e6e0] {
  width: 100%;
  height: 100%;
}
.CameraPopPage .narrow .camera-list-box .camera-list .camera-item .identity-box[data-v-4fd4e6e0] {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
}
.CameraPopPage .narrow .camera-list-box .camera-list .camera-item .identity-box .identity[data-v-4fd4e6e0] {
  width: 72px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  color: #fff;
}
.CameraPopPage .narrow .camera-list-box .camera-list .camera-item .identity-box .identity.host[data-v-4fd4e6e0] {
  background-color: #bc41f5;
}
.CameraPopPage .narrow .camera-list-box .camera-list .camera-item .identity-box .identity.guest[data-v-4fd4e6e0] {
  background-color: #4dc9ff;
}
.CameraPopPage .narrow .camera-list-box .camera-list .camera-item .identity-box .name[data-v-4fd4e6e0] {
  width: 126px;
  background: url(../assets/images/volumezero.c179145f35122e12b44e2b140d82931f.png) no-repeat rgba(0, 0, 0, 0.7);
  background-size: 17px 21px;
  background-position: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  padding-left: 20px;
  color: #fff;
}
.CameraPopPage .enlarge[data-v-4fd4e6e0] {
  background-color: #000;
  display: flex;
  padding-right: 30px;
  border-radius: 0px 40px 40px 0px;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
}
.CameraPopPage .enlarge .btn-enlarge[data-v-4fd4e6e0] {
  width: 40px;
  height: 40px;
  background: url(../assets/images/enlarge.9a7c5c06f1cdce376a6bc75a971f28c6.png) no-repeat center;
  background-size: 50% 50%;
}
/*!*竖屏样式*!*/
@media screen and (orientation: portrait) and (max-device-width: 768px) and (max-device-height: 1024px) {
.CameraPopPage .narrow[data-v-4fd4e6e0] {
    height: 160px;
}
.CameraPopPage .narrow .camera-list-box .camera-list .camera-item[data-v-4fd4e6e0] {
    width: 160px;
    height: 100px;
}
.CameraPopPage .narrow .camera-list-box .camera-list .camera-item .identity-box .identity[data-v-4fd4e6e0] {
    width: 48px;
    line-height: 18px;
    font-size: 12px;
}
.CameraPopPage .narrow .camera-list-box .camera-list .camera-item .identity-box .name[data-v-4fd4e6e0] {
    width: 80px;
    font-size: 12px;
    line-height: 18px;
    background-size: 8px 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.CameraPopPage .narrow .camera-list-box .prev[data-v-4fd4e6e0] {
    display: none;
}
.CameraPopPage .narrow .camera-list-box .next[data-v-4fd4e6e0] {
    display: none;
}
}
/* 横屏 */
@media all and (orientation: landscape) and (max-device-width: 1024px) {
.CameraPopPage[data-v-4fd4e6e0] {
    z-index: 9;
}
.CameraPopPage .narrow[data-v-4fd4e6e0] {
    width: 25vw !important;
    height: 100vh;
}
.CameraPopPage .narrow .camera-list-box .camera-list .camera-item[data-v-4fd4e6e0] {
    width: 190px;
    height: 100px;
}
.CameraPopPage .narrow .camera-list-box .camera-list .camera-item .identity-box .identity[data-v-4fd4e6e0] {
    width: 48px;
    line-height: 18px;
    font-size: 12px;
}
.CameraPopPage .narrow .camera-list-box .camera-list .camera-item .identity-box .name[data-v-4fd4e6e0] {
    width: 80px;
    font-size: 12px;
    line-height: 18px;
    background-size: 8px 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.CameraPopPage .narrow .camera-list-box .prev[data-v-4fd4e6e0] {
    display: none;
}
.CameraPopPage .narrow .camera-list-box .next[data-v-4fd4e6e0] {
    display: none;
}
.CameraPopPage .narrow .camera-list-box .camera-list[data-v-4fd4e6e0] {
    display: block;
    overflow-x: auto;
}
}

