/*!
 *  build: admin-pro 
 *  copyright: chuzhixin 1204505056@qq.com 
 *  time: 2023-3-7 10:32:08
 */.camera-list-container{box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-evenly;width:100%;height:70vh;padding-left:21px;overflow-y:auto}.camera-list-container .camera-item{position:relative;float:left;width:15%;height:150px;margin-top:10px;margin-right:21px;margin-bottom:30px;overflow:hidden;cursor:pointer;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.8)}.camera-list-container .camera-item .camera-img{width:100%;height:100%}.camera-list-container .camera-item .camera-title{position:absolute;right:0;bottom:0;left:0;box-sizing:border-box;width:100%;height:30px;padding:0 15px;overflow:hidden;font-size:14px;line-height:30px;text-overflow:ellipsis;white-space:nowrap;background:rgba(0,0,0,.7);box-shadow:0 0 5px rgba(0,0,0,.8)}.camera-list-container .camera-item:hover{opacity:.7}.video-container{width:100%;height:70vh}.link-type,.link-type:focus{color:#337ab7;cursor:pointer}.link-type:focus:hover,.link-type:hover{color:#20a0ff}